01.02.2017, 08:34
I'm going to run the loop for all the cars, check the car owner, return the ID, and then use that ID to get the license plate out. Is there any way?
for(new i = 0; i < MAXCARS; i++)
{
//code here
}
Something like
#define MAXCARS 200 PHP Code:
Depends on what you want to do with those infos, also you will need to use enumerators. How do you store vehicles? ini file or MySQL? |