What is PHP and MySQL?
Thursday June 7, 2007
PHP and MySQL combine to be an easy yet powerful way to create dynamic web pages that actually interact with your visitors. HTML can create useful and well formatted web pages. With the addition of PHP and MySQL you can collect data from your users, create specific content on the fly, and do many other things that HTML alone can't do.


How do you create a user login page that allows people to input a unique username and password and only go to their page? IE: Yahoo Mail, Ebay, Myspace. etc.
What coding or scripting does this?