Hi,
after 'NOT NULL' you dont need the comma (only a space)
track_id INTEGER UNSIGNED NOT NULL, AUTO_INCREMENT,
->
track_id INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
okey, and then?
post your php code. probably your fetch mode is not what you like...
and user 'AS' like that:
SELECT ic.id AS ID,ic.name AS NAME,ic.carrieraddress AS CARRIERADDRESS... and so on
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.