Greetings,
I need to be able to lookup a specific record from a Mysql database and post that data into a php page. That part I can do.
I have a standard html page with a list of items each with their own hyperlink.
I would like to pass the necessary variables from the hyperlink to the php page that will then display the database data.
My php page will already know which database and table to use, but I would like to somehow pass the 'record' and 'field' id from the hyperlink.
Is this possible or is there a better way?
Thanks!
Frank Maestas
fmaestas@ttseagle.com