Forums

This topic is locked

How to use request query string in detail page

Posted 28 Feb 2007 15:06:13
1
has voted
28 Feb 2007 15:06:13 Paul Tucker posted:
Hi,

I am sending an ID from a jump menu on an input page to a detail page. In this case it is a photographeID. Using Dreamweaver recordset etc. how can I display the chosen photographers image thumbnails and details on the detail page using the ID in the URL. Hope this makes sense. Thanks for any help.

Paul

Replies

Replied 28 Feb 2007 17:16:18
28 Feb 2007 17:16:18 Roddy Dairion replied:
Well just use $_GET e.g. $_GET['paramname'] this will retrieve the value present in the URL parameter named 'paramname'. Then using a select with this you can retrieve the photographe details.

Reply to this topic