MySQL Issues Again...
#1

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
Код:
(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"
Code
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 
Reply


Messages In This Thread
MySQL Issues Again... - by IdonTmiss - 17.07.2018, 17:32
Re: MySQL Issues Again... - by rollercaster - 17.07.2018, 17:47
Re: MySQL Issues Again... - by IdonTmiss - 17.07.2018, 17:52
Re: MySQL Issues Again... - by rollercaster - 17.07.2018, 17:55
Re: MySQL Issues Again... - by IdonTmiss - 17.07.2018, 18:30
Re: MySQL Issues Again... - by Florin48 - 17.07.2018, 19:56
Re: MySQL Issues Again... - by IdonTmiss - 17.07.2018, 20:16
Re: MySQL Issues Again... - by Calisthenics - 17.07.2018, 21:53
Re: MySQL Issues Again... - by GTLS - 18.07.2018, 05:34

Forum Jump:


Users browsing this thread: 3 Guest(s)