User Profile
Collapse
-
Thanks again for your reply. Well although this did help keep the checkboxes checked on POST it didn't solve the problem of the query resetting back when the sort link is selected. When the sort link is selected the checkboxes go back to being unchecked :( Any further solutions for this?? -
I would like to take this a little further now hope you can help… So this is the thing I want to sort through the results query’d on checking. I set up cases to handle the table sorting but when I click the results are query’d back to the original all not just the filtered results
How can I keep and sort through the filtered results
$link2 = "{$_SERVER['PHP_SELF']}?sort=mfa"; // manufacturer...Leave a comment:
-
Nice... Thanks for pointed me in the right direction. With a lil tweaking I was able to search through the description field and display the results just as I wanted... Thank you so much for your help :)Leave a comment:
-
Thank you for the reply. This page is handling it SELF i'm not sure if this is good practice but yeah thats what im tryn to do. Could u pls explain how I would call the tags and have the query search out and match these values. Would i need to set and call a function? Also how would i set these search filters on various fieldnames
<?
include ('./includes/header.html');
require_once ('./mysql_connect.p hp');...Leave a comment:
-
Help PHP Search database by selecting checkbox
Hi, Im a newbie to PHP and I'm wondering if someone could help me out with this
Tryng to search out products from a database by clicking a checkbox option
for instance if description contains the word "bluetooth" and "MP3"
[code=html]
<input type="checkbox" value="bt" />Bluetooth <br />
<input type="checkbox" value="cs" />Card...
No activity results to display
Show More
Leave a comment: