I am using Dreamweaver 8 with PHP/MySQL.
When you create a new recordset in Dreamweaver, you are able
to select the columns you want to have queried. What I want to do
is query a particular value instead.
So I have a column called "Status" with the different values
"Open, Approved, Denied, Processed". I'd like to make a page to
query the column status but only show items with the value
"Approved". Is this possible in Dreamweaver?