17.07.2018, 17:32
Well I'm a newbie when it comes to MySQL and well I'm trying to transfer my Y_INI vehicles to MySQL but I got stuck here..
Errors
Code
Errors
Код:
(1222) : error 035: argument type mismatch (argument 1) (1223) : error 017: undefined symbol "mysql_store_result" (1223) : error 017: undefined symbol "mysql_fetch_int" (1223) : error 017: undefined symbol "mysql_free_result"
PHP код:
#define TABLE_COS "vehs" // its not defined there in the function but on atop of the script just so you know
mysql_query("SELECT MAX(id) FROM `"TABLE_COS"`"); // - 1222
mysql_store_result(); vehnumb = mysql_fetch_int(); mysql_free_result(); // - 1223