Login Script
Posted: Tue Jul 05, 2005 1:14 pm
hi there i am looking for just a login script to connect to a database, and send the user to a seperate user page. I have looked around on the internet and all the examples i seem to find never work for some random reason or another.
i have a registration script and datbase set up (all details below).
I would love a script or some help in making a sript asap as its driving me loopy.
thanks
Eric
MySql database
Username = madashat_eric
Password = *******
database name = madashat_users
Table name = users
Table =
CREATE TABLE `users` (
`name` VARCHAR( 36 ) NOT NULL ,
`dob` VARCHAR( 10 ) NOT NULL ,
`email` VARCHAR( 36 ) NOT NULL ,
`website` VARCHAR( 72 ) NOT NULL ,
`username` VARCHAR( 36 ) NOT NULL ,
`password` VARCHAR( 36 ) NOT NULL
);
i have a registration script and datbase set up (all details below).
I would love a script or some help in making a sript asap as its driving me loopy.
thanks
Eric
MySql database
Username = madashat_eric
Password = *******
database name = madashat_users
Table name = users
Table =
CREATE TABLE `users` (
`name` VARCHAR( 36 ) NOT NULL ,
`dob` VARCHAR( 10 ) NOT NULL ,
`email` VARCHAR( 36 ) NOT NULL ,
`website` VARCHAR( 72 ) NOT NULL ,
`username` VARCHAR( 36 ) NOT NULL ,
`password` VARCHAR( 36 ) NOT NULL
);