Sign up

liunx

Guest
In my page i want it so there is a special area where only peeps that have signed just can log into is there an html code for this if so what is it?? (and if there isn what code is it and can you write it out please)<br />
So they need a username and passowrd to log in and a form to fill to registar please if anyone can help you weould be great thanks.<!--content-->Hi,<br />
You will need a server that supports Perl, PHP, ASP, or other similar server side language. Look at <!-- m --><a class="postlink" href="http://www.hotscripts.com">http://www.hotscripts.com</a><!-- m --> for more info.<br />
Good Luck,<br />
Paul<!--content-->you need to make sessions, too. all you'll need database access.<!--content-->or you could do it the easy, not-real-secure way, with javascript. or you could use .htaccess. check out Scoutt's site (<!-- m --><a class="postlink" href="http://www.snippetlibrary.com/">http://www.snippetlibrary.com/</a><!-- m -->), or A1javascripts (<!-- m --><a class="postlink" href="http://www.a1javascripts.com/">http://www.a1javascripts.com/</a><!-- m -->), and also see the recent thread ".htaccess (<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=16556&highlight=.htaccess">http://www.htmlforums.com/showthread.ph ... =.htaccess</a><!-- m -->)" for more info.<br />
<br />
...although none of these options allow you to have a registration routine. best to go with PHP/MySQL.<!--content-->yup, javascript won't support the sign up feature, you really need ss scripts for that. And a database isn't required you could also use flatfiles<!--content-->
 
Back
Top