
February 8th, 2000, 01:24 AM
|
|
Junior Member
|
|
Join Date: Jan 2000
Location: Mexico DF Mexico
Posts: 16
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Thanx for taking the time to read this post.
What I want to so is to restrict acces into a page, I was thinkin something as simple as this, having a Database in Mysql with fields user and pw use a kinda command like "where user='$user' and pword='$pword'" if the two fields match send the user to a webpage like admin.html, and the last thing how can I encript or hide the displayed url or page? like www.example.com/ or symbols etc... so a user cant cunsult the page jumping the loggin page?
Thanx allot, by the way, Im starting at this php and mysql, so please try to be the most explicit Ill apreciate it.
|