Not creating the vehicle mysql
#5

Quote:
Originally Posted by extender1987
Посмотреть сообщение
You have to create tables on ''vehiculos''
For example if in your script is MAX_VEHICLES 100 you need to create 100 tables
Are you even serious? No, you don't.

@OP: write code in English if you expect any useful help. It's hard to understand code without context. I can only tell you that this is wrong:
PHP код:
new id = -1;
VehicleIDMYSQL[id] = cache_insert_id();
id VehicleIDMYSQL[id]; 
What you're writing is effectively this:
PHP код:
VehicleIDMYSQL[-1] = cache_insert_id(); 
Which is wrong and will give a runtime error. I don't understand the context so I cannot (won't) give any additional information.
Reply


Messages In This Thread
Not creating the vehicle mysql - by pabloalber84 - 08.06.2015, 18:47
Re: Not creating the vehicle mysql - by extender1987 - 08.06.2015, 19:21
Respuesta: Re: Not creating the vehicle mysql - by pabloalber84 - 08.06.2015, 19:23
Re: Respuesta: Re: Not creating the vehicle mysql - by extender1987 - 08.06.2015, 19:25
Re: Not creating the vehicle mysql - by Vince - 08.06.2015, 19:27

Forum Jump:


Users browsing this thread: 1 Guest(s)