Looking for the best php program or...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Gramware
Forum Newbie
Posts: 2
Joined: Wed Feb 04, 2004 4:55 pm
Location: Small Town, MO

Looking for the best php program or...

Post by Gramware »

I am in the process of building a website for a popular game, RuneScape(runescape.php). In my website I want to have a players database, much like TeamXbox's GamerTag DB and Real Sims Online Player DB. I want to allow players to be able to edit there profile, but want it password protective. What I am asking really is, what is best FREE PHP database program that will let me be able to do that. I could do everything but the password protection part of it.
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

MySQL should suit your needs perfectly, its a really good database and very easy to learn

What you are trying to accomplish is also very easy using PHP
Post Reply