Do you have a video on an automatic return email for your website users recovering usernames or passwords/storing the information in some sort of database?
Thanks man, I saved the video on my mobile phone (just watched on my phone too), so I can watch it and use it on my laptop. Really the best PHP registration tut on youtube I believe!
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());
@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?