Ok, here is the story. I already created a webpage but i need some faqs on how add user authentication. I need to know how to do it and how to make sure it is safe and no one will try to hack into it. Thank you so much for helping me out.
Thanks,
John.
Moving this into the "Design Tips" forum.
"Web Hosting Support" is for questions and support related to our hosting, such as ftp problems/etc.
hmmm do you have to learn php to create a login? i dont think u need php to create a login, what i do is just do the dreamweaver tutorial to do a login...
If you have access to cPanel, and the site is hosted on a Linux server, you can password protect a folder and it is pretty easy. It has been awhile, but I think there is an option to protect directory or something like that in cPanel. You also have to set up a mySQL table too so that you can give access to your users.
Using a .htacces file to cover up folders with password and user. But if I were you I would use php to do the trick.