Crosswords7 mins ago
Login/Register Script with PHP?
Also I could do with a script for sorting a list, so that you click on the column heading to sort the list by number, alphabetically or whatever.
I am very new to PHP and can't really do much with it at all, but am willing to learn if necessary.
Any help or advice would be appreciated.
Answers
No best answer has yet been selected by Metaphysical. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.badbob's right about the database. if you're doing something fairly small scale, i'd recommend using a MySQL database to store usernames, passwords and email addresses. then your php page would simply compare a password typed in by a user, with the corresponding entry in the db. if you go to www.php.net you'll find plenty of information there which will tell you exactly what you need to do.
another good site for all sorts of info is www.tek-tips.com
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.