User Profile

Collapse

Profile Sidebar

Collapse
greensleeves
greensleeves
Last Activity: Nov 16 '07, 04:41 AM
Joined: Oct 25 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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??
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post

    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 :)
    See more | Go to post

    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');...
    See more | Go to post

    Leave a comment:


  • greensleeves
    started a topic Help PHP Search database by selecting checkbox
    in PHP

    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...
    See more | Go to post
    Last edited by Atli; Oct 25 '07, 02:07 AM. Reason: Added [code] tags.
No activity results to display
Show More
Working...