Hi, Doe's anyone know how I can add a register and login page to my website.
or point me to a step by step tut on how to do it :?:

Thanks

Recommended Answers

All 2 Replies

If you just want to password protect a section of your site, this can be done with an .htaccess file. However, if you want a full-scale registration / login type thing, you'll need to use a scripting language such as PHP.

Pretty simple. Use a scripting language that your web server can handle. eg. ASP for IIS, JSP/Servlet for tomcat Perl/CGI or PHP for Apache. and use a database at the back. you can also use a .htaccess file and have a script to register the users.

cheers

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.