08.06.2015, 19:27
Quote:
You have to create tables on ''vehiculos''
For example if in your script is MAX_VEHICLES 100 you need to create 100 tables |
@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];
PHP код:
VehicleIDMYSQL[-1] = cache_insert_id();