Page 1 of 1

how to do this job???

Posted: Tue Mar 25, 2003 4:25 am
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

Posted: Tue Mar 25, 2003 7:21 am
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.