|
The website hosting I have provides a SQL database server, but only lets you access it with asp (not php). I'm fairly new to web design, but trying to learn. Is there a way I can use a php page for user sign up and sign in for my website without using the SQL database? otherwise how can I create a asp page to add new users and validate registered users?
How do I create a login page for certain parts of my website?
Have you used Evrsoft FirstPage? It has a template design for that.
How do I create a login page for certain parts of my website?
Yes, you can do that with php. Php has encryption functions.
Get the user's name and pw
Encrypt the pw
Save both in a file.
On login, find matching name in the file, encrypt supplied pw and see of the result matches the value in the file.
How do I create a login page for certain parts of my website?
read the abstracts here, for creating the website,
http://www.geocities.com/uttoran/
|