Jump to content

mysql error catchable error


PC Nerd

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.