how to do this job???

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
PHP
Forum Newbie
Posts: 2
Joined: Fri Mar 21, 2003 12:34 am

how to do this job???

Post by PHP »

hi
and sorry for my english its not my first language


ok

i'm doing a site for 3 users to login to thier accounts in front page and PHP

and i wanna ask if i wanna do this job

i wanna the first user to enter his name and his id then i wann the page to send him to his account page immediate is thier aby code to do that

and if there any tips any help from u guys i will be thankfull



and thanx in advance
Tubbietoeter
Forum Contributor
Posts: 149
Joined: Fri Mar 14, 2003 2:41 am
Location: Germany

Post by Tubbietoeter »

the solution depends on where the user-information is saved.
do you habe them in a database or in a file or what ... ?
just compare what the user has entered with what is allowed for access. note that it is not really safe to store the user information in text files on the server, but if it is only for private fun-purpose, it will do. if the websites are of critical content it might not be the best solution.
Post Reply