macromedia.dreamweaver.appdev
[Top] [All Lists]

Re: recordsets....

Subject: Re: recordsets....
From: David Powers
Date: Sun, 13 Jan 2008 20:33:39 +0000
Newsgroups: macromedia.dreamweaver.appdev


lilbodi wrote:
 so with the  results.php?county=Orange  would you place that on like this?
 select l_name, f_name, street, comment
 > from my_table
 > where county=results.php?county=orange

is that how you would place it?

No. In the Recordset dialog box, select Simple mode, and set Filter to

county =
URL parameter $_GET['county']

--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

<Prev in Thread] Current Thread [Next in Thread>