porsche21
08-31-2007, 03:46 PM
I have a popup box that allows the user to submit the current amount of miles left on the vehicle after they are finished using that specific vehicle.
What I want is to be able to keep a log of the total miles and keep the miles updating after every use.
I have a table called trucks_miles with (4) fields called:
truck_id
start_miles
end_miles
truck_miles
How should I start my coding off to get this accomplished?:confused:
What I want is to be able to keep a log of the total miles and keep the miles updating after every use.
I have a table called trucks_miles with (4) fields called:
truck_id
start_miles
end_miles
truck_miles
How should I start my coding off to get this accomplished?:confused: