PDA

View Full Version : MySQL question


bendgamine
04-28-2007, 03:00 PM
I am working on a website for a club. One thing that they want included in the site is a way for people to register online for the club and their services and for this information to be put into a database for the owners to view. Is this something that I can do with MySQL?

PappaJohn
04-28-2007, 05:23 PM
Yes it is.

CFMaBiSmAd
04-28-2007, 05:46 PM
LOL. That is exactly the same answer I was thinking of giving.
and for this information to be put into a database for the owners to view. Is this something that I can do with MySQL?
Of course, mysql is a database engine, so the answer to the question is yes, you can use it to store and retrieve this kind of data.

Len Whistler
04-28-2007, 06:20 PM
PHP and MySQL for Dynamic Websites by Larry Ullman is a very good book and it has examples of user registration.