check against original and modified data
Posted: Tue Feb 24, 2004 9:39 am
I have a table named Vehicles(vehno, vehmodel, owner). I will have a form that allows the updating of a user's profile, this profile includes the user's vehicles. Im having trouble figuring out how to check the updated form's vehicle information against the database.
for example:
User modifies the current vehicle info, I need to remove the original vehicle from the Vehicles table. Is there a way to achive this while avoiding the use of session variables or global variables??
for example:
User modifies the current vehicle info, I need to remove the original vehicle from the Vehicles table. Is there a way to achive this while avoiding the use of session variables or global variables??