02.12.2018, 11:46
So can someone explain me how I replace the functions in the error log mentioned up?
Here's an example from my code..
Here's an example from my code..
PHP код:
new strid[32],
intid;
mysql_fetch_row(strid); //error
intid = strval(strid);
mysql_free_result(); //error
return intid;