Ask a Question related to Dreamweaver AppDev, Design and Development.
-
anfy1 #1
PHP script to re-filter mysql results?
Hi
Im using dwmx/mysql/php
Does anyone have a php code which shows as a text button on the page which
when clicked i can get to refilter my results?
i.e. my current page is selecting all records:
$query_computersrs = "SELECT * FROM computers ORDER BY `no` ASC";
i am trying to add buttons to that page which users can click to re-filter the
results i.e. to:
$query_computersrs = "SELECT * FROM computers WHERE monitors='yes' ORDER BY
`no` ASC";
Any help would be very much appreciated. I've been googling for a working
code for over 3 hours :/
anfy1 Guest
-
XML with filter like Where in MySQL
Hello, I use dynamic generated XML file (from php+mysql), I'd like filter my results using DataGrid. How can I prepare query like: ... -
Applying a filter results in loss of antialias
This is a problem I've been dealing with since I've started using Flex. Antialiassed fonts look nice in Flex, but when you put a filter on them (or... -
Recordset filter question for MySQL
Hi I am looking to filter a query with three conditions and can not find the correct syntax. I am looking to search on a type of vehicle then a span... -
Key filter library script, error on mac.
Hi All, I've used the key filter library behaviour in 8.5 for a project, to filter input in a field and convert to upper case. This all works... -
shell script with different results
I'd like to get an IP address from network. See the following line. I'd received the correct address if I start the script from root/shell but...



Reply With Quote

