LiamProductions Posted August 15, 2007 Share Posted August 15, 2007 Hey. I've been fixing some errors on my script now im getting this error i'm not sure what it means so please help: Fatal error: Call to undefined function VALUES() in /home/liam/public_html/registerdone.php on line 56 Like 56 and afterwards is: VALUES ('"'.addslashes($user).'", "'.md5($pass).'", "'.addslashes($email).'", "'.addslashes($sport).'", "'.addslashes($IP).'", "'.addslashes($date).'",') or die(mysql_error()); echo "Successfully Registered!"; mysql_close($connection); } } } } } } } } ?> Link to comment https://forums.phpfreaks.com/topic/65032-strange/ Share on other sites More sharing options...
MadTechie Posted August 15, 2007 Share Posted August 15, 2007 need more of the code above that! Link to comment https://forums.phpfreaks.com/topic/65032-strange/#findComment-324537 Share on other sites More sharing options...
AndyB Posted August 15, 2007 Share Posted August 15, 2007 STOP opening new threads about the same problem as you already have open elsewhere. Link to comment https://forums.phpfreaks.com/topic/65032-strange/#findComment-324547 Share on other sites More sharing options...
Recommended Posts