Hello everyone,
i would like to have one recordset that i will use for
showing all results from it, but also to filter it with url
parameter.
Now, long time ago, somebody told me to create simple query
with desired filter, then switch to advanced, and edit 'colname'(or
whatever i name it) default value to 0 OR 1=1.
That worked fine till i tried that with CS3 Dreamweaver. When
i try that it doesnt work.
So my question basicaly is:
How can i create one (it is important to be one) recordset
that will show all results if no params were passed to that PHP
page, and filtered result on params if there are params passed to
that page.
Thanks in advance
EDIT
And i forgot to mention when i click test on database
recordset window, i get listed all results from query, yet, when i
run page from browser, i dont retrieve any database
entries...