Ask a Question related to Dreamweaver AppDev, Design and Development.
-
alanmarchman #1
PHP Recordset Filtering
I am making my index page as a blog, and I want the most recent entry to
display completely, then have the entries that were previous to display below
as titles only which I would link to a detail page to view them in their
entirety. I know it involves using 2 recordsets, but I am not really sure how
to write the first recordset to just show the most recent item or how to filter
it out from the next recordset.
Any suggestions?
alanmarchman Guest
-
filtering by Date in Recordset
I want to filter displayed records,showing only dates equal to or greater than "today". SELECT * FROM tblEvents WHERE eventDate >= **** this... -
Filtering a recordset
Hi, I have a database query that pulls out records from a business directory database. In the DB are fields like ratings, company name, and... -
Help with RecordSet filtering
Hi all, I have a page with a recordset built that displays the data from my releases database. The purpose of this page is to show people all... -
filtering recordset
I am trying to pull a recordset that has the following items: ID Name Description Image1 Image2 Image3 DateAdded Is there anyway that I could pull... -
Filtering a recordset with a Checkbox
I filter a recordset like this WHERE recshow = 'yes' And with text fields in my Access database it works fine but THIS TIME I want to do it with a...



Reply With Quote

