Well thanks mate..this is the best php vid I've ever watched so far that deals with user registartion...big up man...it's been really helpful....keep the good work going mate....thanks again:)
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());