Hi All,
New to PHP Runner.
I need help with the following. I have a table called cars with the following fields: vehicle, color, fuel.
I need a way to pull out the value stored in field: vehicle based on what record the user selects to view.
i.e. when you go to the cars_list.php page the following will be displayed as an example:
vehicle - color - fuel
-----------------------------
ford - red - petrol
vauxhall - green - petrol
mercedes - black - diesel
Should the user select the 2nd line: (vauxhall, green, petrol) then i want a variable temp to contain the value vauxhall.
Hope you can provide a solution.
JK