RE: Sign up & SQL table problem
Maybe you should add the "or die()" error handling to the mysql_connect() and mysql_select_db() lines as well as the mysql_query() in make.php. That should help you debug the scripts.
BTW, it looks like you have a typo in make.php...
$db = mysql_select_db("easyflas_testdp");
|