n00b Saibot, works awesome!!!
one more question
i have german umlauts in the database, like üäö, when i enter these at the end of a search string, it doesn't bring me any results. any idea of how i can fix that?
Search found 3 matches
- Fri Sep 30, 2005 5:49 am
- Forum: PHP - Code
- Topic: Search engine coded, select more then one field?
- Replies: 3
- Views: 326
- Fri Sep 30, 2005 5:06 am
- Forum: PHP - Code
- Topic: Search engine coded, select more then one field?
- Replies: 3
- Views: 326
Search engine coded, select more then one field?
hey there, i've coded this little search script: <?php // Get the search variable from URL $var = @$_GET['q'] ; $trimmed = trim($var); //trim whitespace from the stored variable // rows to return $limit=10; // check for an empty string and display a message. if ($trimmed == "") { echo &quo...
- Sat Sep 10, 2005 4:40 am
- Forum: PHP - Code
- Topic: Search engine, how to? Pre-coded Script?
- Replies: 9
- Views: 939
Search engine, how to? Pre-coded Script?
hello everyone, i have a database with a table and like 10 rows (id, user, bio, age, sex, hobbies ..) and i would like to create a search on this for my site. search queries should look like domain.com/search.php?sex=male, domain.com/search.php?age=19 and domain.com/search.php?hobbies=swimming it sh...