PC Nerd Posted March 5, 2007 Share Posted March 5, 2007 im receiving this error: Catchable fatal error: Object of class mysqli_result could not be converted to string in FILE on line 137 my code on this line is: $New_Player_SQL = "INSERT INTO Ice_Ages (User_ID, 1_00) VALUES('$User_ID', 1)"; $New_Player_Query = mysqli_query($DB_Server, $New_Player_SQL) or die("ERROR 4 Your account has not been created on all of the tables in the Databse. Please contact staff to either cancel your sign up, or to somplete your sign up."); the line with the error defines $New_Player_SQL; i know that my mysqli when starts has no socket connection but has a port do you knwowhats haqppenig??? thankx Link to comment https://forums.phpfreaks.com/topic/41216-mysql-error-catchable-error/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.