Click to See Complete Forum and Search --> : Login and registration code?


mattneed
06-16-2006, 12:28 AM
does anyone know where i might be able to get one for my site? im using dreamweaver.

NogDog
06-16-2006, 12:42 AM
It depends on what web server you are running and/or what server-side programming and database system your web server supports.

mattneed
06-16-2006, 12:43 AM
explain please

ramu_indian
06-16-2006, 12:46 AM
What elements you want to have in ur login and registration code. Be specific. What is ur controller part?

NogDog
06-16-2006, 12:58 AM
HTML is a mark-up language; it does not do any real interactive processing by itself. For a login system you need some sort of database to store the names and passwords of the users. You need a program running on the web server that can interract with the page requests from the client (the browser), interract with your database, and determine if the client is allowed to view the requested document (or to process the logine request, etc.).

Therefore, before you can choose a login/registration solution, you need to know what sort of server-side programming your web server supports (such as PHP, ASP, Perl, etc.) as well as what database managment system (MySQL, MS SQL, Oracle, etc.).

mattneed
06-16-2006, 01:16 AM
ok i have no idea where can i get these things im new sorry

NogDog
06-16-2006, 02:35 AM
If you have some sort of control panel page for your web site, it may have an option that lists that information. Or you can simply contact customer support for your web host and ask. (If your're running your site on a free web host, odds are good it does not provide any server-side programming options.)