I've been programming in PHP for about a month now..it comes so easy to me since I have a C++ background. Since I started I've made a two guestbook scripts (available for download at http://www.guestbookme.f2s.com), a web poll, a shoutbox, and a few other minor ones. I've done everything using simple text files.
I've stayed away from MySQL because it gave me a bad vibe. Using text files seemed so much easier and much simpler. But now I want to make a password login script, and people have been telling me the best way to go is with a mysql database.
So, I finally have given in. I'm ready. Someone please explain in general what MySQL does and is so I can know before I jump in. And/or supply me with a link to tutorials on the subject. Thanks.