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
how to do this job???
Moderator: General Moderators
-
Tubbietoeter
- Forum Contributor
- Posts: 149
- Joined: Fri Mar 14, 2003 2:41 am
- Location: Germany
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.
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.