Search results

  1. M

    PHP/MySQL - order results alphabetically?

    Hi, I'm a complete newbie when it comes to PHP/mySQL but I'm part of a group that has to try to improve a system. We want search results to be able to be sorted alphabetically. Here's the PHP code we have: function GetItemsBySearch($condition, $keywords) { global $db, $DB_PREFIX...
  2. M

    PHP question: how do you grab the user's refering filename?

    I know a little about HTTP_REFERER in PHP, but I only care about the filename of the referer, not the file path (which could change because I have to present my work on a couple of different computers). Soo how can I detect which (local) page the user came from to get to the current page, with...
Back
Top