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
Wee-Man
Forum Commoner
Posts: 45 Joined: Wed Mar 03, 2004 7:55 am
Location: Peterborough, England
Post
by Wee-Man » Wed Mar 03, 2004 5:18 pm
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 » Wed Mar 03, 2004 5:30 pm
What problem are you having exactly?
tim
DevNet Resident
Posts: 1165 Joined: Thu Feb 12, 2004 7:19 pm
Location: ohio
Post
by tim » Wed Mar 03, 2004 5:33 pm
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 » Wed Mar 03, 2004 5:35 pm
i dont have a code, i need help making the code.
tim
DevNet Resident
Posts: 1165 Joined: Thu Feb 12, 2004 7:19 pm
Location: ohio
Post
by tim » Wed Mar 03, 2004 5:41 pm
go to evilwalrus.com and check out the free scripts.... theres a ton of user systems out there for free...
hotscripts.com as well
ol4pr0
Forum Regular
Posts: 926 Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador
Post
by ol4pr0 » Wed Mar 03, 2004 5:53 pm
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.