Log in

View Full Version : login script



jerajames
06-30-2008, 07:41 AM
I wanted to ask for help, and I don't know which one use css or java or any either.

I was looking for how to create new register, so other people
can create their own login/password to access the website.

there are only have script for login/password on the Dynamic Drive Scripts.

I want to find script how to create new register?

Can you post me script how do it? Need help. thanks

allahverdi
06-30-2008, 11:05 AM
PHP, MySQL ^_^

Look up forums. There need to be similar scripts. And if you want to learn PHP and MySQL - here (http://www.php-mysql-tutorial.com)

codeexploiter
06-30-2008, 12:29 PM
The kind of feature you are searching for definitely need Server-side coding and the usage of database (mostly). You should tell what is your server-side tool like PHP, Java, ASP, etc. If you are looking for a PHP based one, have a look at the following one:

http://www.phpdeadlock.org/

magicyte
07-07-2008, 05:54 PM
One very hard and unsecure way to do such would be to use some AJAX, XML, and JavaScript to convert some postings into .txt files where the users can be found along with passwords, usernames, the WHOLE enchilada. But PHP is the way to go with this one.

-magicyte