PHPMine
<? if(PHP > $Expectations) echo $Results ?>
by Angel S. Moreno
UNDER SOME SERIOUS CONSTRUCTION LINKS MAY NOT WORK
Asked 2010-03-04 06:07:27 by
You need to create a single page with a main IF statement which allows the boss to:
• if the form has not been posted the display it with fields to:
• type in his user name and password
• type in any new user name and password ready to be added to the file
• if the form has already been posted then act on it:
• check the user name and password against the existing list of acceptable
users and passwords in the text file
• if the details match then check to see if a new user is to be added:
• if so then add the user and display a message confirming that
• if not then just send a greeting message
You need to create a single page with a main IF statement which allows the boss to:
• if the form has not been posted the display it with fields to:
• type in his user name and password
• type in any new user name and password ready to be added to the file
• if the form has already been posted then act on it:
• check the user name and password against the existing list of acceptable
users and passwords in the text file
• if the details match then check to see if a new user is to be added:
• if so then add the user and display a message confirming that
• if not then just send a greeting message
This needs to be done with a text file - not a database
BTW Its a college assignment lol
Anwered 2010-03-04 06:08:24 by Ted Sheckler
Maybe you should learn a trade instead. Being a plumber is much simpler, and if you start young, you can be your own boss by the time you're 30.
Anwered 2010-03-04 06:22:35 by Colinc
You will need a database, probably mysql, to store user and security details. You then need to use php to build the form, read the data from it and enter or edit it in the database.
Anwered 2010-03-04 06:41:23 by doug a
install a Content Management Sysytem eg joomla et al and MySQL database.
Questions and answers provided by the Yahoo Answers Community.