Re: [PHP] Links as a query point instead of form drop down box

2001-05-17 Thread James Holloway
Hi Laurie, If the data to be displayed was in a database, and each row of data corresponded to an auto incrementing id, you could reference by id number, which is a much better way of doing things via the GET method than messing around with long names. Assuming that you have two tables, one that

RE: [PHP] Links as a query point instead of form drop down box

2001-05-16 Thread Jason Murray
> how would I add the query criteria to the link? and how would I set up > showdata to take the information from the selected link? Where you would usually have a form such as: Display Value ... to use it as a link, you would use: Display Value Jason -- Jason Murray [EMAIL PROTECTE