MYSQL Problems..
#2

You only select v_id field.
Код:
SELECT `v_id` FROM `vehicles` WHERE `v_carid` = %d LIMIT 1
Change it into:
Код:
SELECT * FROM `vehicles` WHERE `v_carid` = %d LIMIT 1
Reply


Messages In This Thread
MYSQL Problems.. - by LikeNPC - 15.02.2017, 09:40
Re: MYSQL Problems.. - by X337 - 15.02.2017, 09:46
Re: MYSQL Problems.. - by LikeNPC - 15.02.2017, 09:55
Re: MYSQL Problems.. - by Vince - 15.02.2017, 10:27
Re: MYSQL Problems.. - by Runn3R - 15.02.2017, 10:41

Forum Jump:


Users browsing this thread: 1 Guest(s)