Simple Login Script

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Wee-Man
Forum Commoner
Posts: 45
Joined: Wed Mar 03, 2004 7:55 am
Location: Peterborough, England

Simple Login Script

Post 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?
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

What problem are you having exactly?
User avatar
tim
DevNet Resident
Posts: 1165
Joined: Thu Feb 12, 2004 7:19 pm
Location: ohio

Post 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.
Wee-Man
Forum Commoner
Posts: 45
Joined: Wed Mar 03, 2004 7:55 am
Location: Peterborough, England

Post by Wee-Man »

i dont have a code, i need help making the code.
User avatar
tim
DevNet Resident
Posts: 1165
Joined: Thu Feb 12, 2004 7:19 pm
Location: ohio

Post 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
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post 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.
Post Reply