Page 1 of 1
Simple Login Script
Posted: Wed Mar 03, 2004 5:18 pm
by Wee-Man
can anyone help me making a Simple Login Script,
i need it to register to a database
email,password,username
also i would like it to send out an email to the user trying to register with a vlaidation link.
can anyone help?
Posted: Wed Mar 03, 2004 5:30 pm
by McGruff
What problem are you having exactly?
Posted: Wed Mar 03, 2004 5:33 pm
by tim
theres a difference between someone "helping" you and someone doing all the "work" for you.
show some code with the problems your having.
Posted: Wed Mar 03, 2004 5:35 pm
by Wee-Man
i dont have a code, i need help making the code.
Posted: Wed Mar 03, 2004 5:41 pm
by tim
go to evilwalrus.com and check out the free scripts.... theres a ton of user systems out there for free...
hotscripts.com as well
Posted: Wed Mar 03, 2004 5:53 pm
by ol4pr0
try starting with a <form> and a database connection.
to get you started
http://www.php.net /
http://www.mysql.com
Code: Select all
<table>
<form>
// and some input types.. for username password and whatever
Than if you failed making a clean connection and all that, come back and repost the question.