help i keep getting this You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') VALUES('testing','ae2b1fca515949e5d54fb22b8ed95575','testing@test.com'' at line 2
and this is what seems to be wrong :INSERT INTO `users`
(`username`,`password`,`email`,`name`,)
VALUES('$username','".md5($password)."','$email','$name');";
$res3 = mysql_query($sql3) or die(mysql_error());
@lifeg0eson666 The issue for me is that its not formatted specifically for the reg form... whats the chances you have it formatted and taillored to the reg v3 tut?
HEY! THANKS so much for the reply... My issue is more with actually using the login since it is geared towards your forum, any chance you have it formatted to fit just the registration tut you did ? I WOULD PROLLY LICK UR TOES LOL Just KIDDING!
Hey! Thanks for all the help, I am trying to make a login section now that I have the registration working with the DB without any errors ect... It seems the login is geared towards a forum? How do I configure the login pages so that it works with just the Registration V3 pages?
i need help i gaint this error No database selected
i have changet the database from local host to my webhost and the username to my own
can you help me :(
Hi..I copy your source code and thanks loads,everything works fine. But I keep getting a notice : unidentified index : submit. What should i do to remove that notice. Thanks
@Kvzch Save the php files in the same directory on your server, to create the database if this is what your question is you need to log into your control panel, scroll down the control panel until u see the icon to create the database then you need to add a user which you also need to create in your control panel then you add the user to the dbase then you click your control panel home icon, scroll down to the phpmyadmin icon, you will see the database you created in the left margin....