Forum Moderators: coopster
e.g
http://example.com/change_color.php?color=brown
However I cant seem to find any resource on .
I am able to pull data and insert data but not sure what to do next
Ive looked on a couple of good website , and searched the help any help will do.
Regards
Malcolm
$color = $_GET['color'];
Then call the data from the db
select * from table where colour = '$color'
so your template is the same but only the variable 'color' changes
HTH