plate save
#1

How save vehicle number plate in database mysql?
Reply
#2

pawn Код:
format(str,sizeof(str),"UPDATE `tablename` SET `Plate` = '%s'",plate);
mysql_query(str);
edit tablename to your own table and also plate.
Reply
#3

Thank you. Works perfect.
Reply
#4

is there a function to get what a vehicles plate is?
I wanted todo something like this
but thought it was not possible

or are you using an array to store the plate?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)