Its 20 ish years since I has did any real programming - dbase and clipper so I need some help :-(
I have a mySQL database -- company name, address, post code (zip), country, phone, web site etc.
I have a php script that creates a table of the companies in a user selected country. The table show company name and post code.
I want to click on the company name and open a page with full company details. The page needs to be filled from the database so how do I pass the company name to the page creation script so i can query the database?
If this is a bit vague just say and I will fill it out a bit. If its obvious and I am being dumb just say and I will do some more reading.
Graham