Search found 3 matches
- Mon Sep 08, 2008 11:00 pm
- Forum: Databases
- Topic: need help with mysql match against
- Replies: 4
- Views: 368
Re: need help with mysql match against
hmm...i'm not really understanding the bit part about the increment but il try to figure it out. im just testing around actually. Thanx again for teh help 
- Mon Sep 08, 2008 10:06 pm
- Forum: Databases
- Topic: need help with mysql match against
- Replies: 4
- Views: 368
Re: need help with mysql match against
" $sql = "SELECT * FROM search_testing WHERE match='userid' (It is best to ensure every query has a unique user id or some kind of unique search query that will pull only ONE result from your DB, otherwise you must implement a query that will only pull ONE result, or enable you to narrow t...
- Mon Sep 08, 2008 9:12 pm
- Forum: Databases
- Topic: need help with mysql match against
- Replies: 4
- Views: 368
need help with mysql match against
hi, im new to php mysql. i wanted to try to create a search using match against but i kept getting mysql_num_rows() not a valid mysql. im trying to match the field against the term typed by user. Can anyone help me? $sql = "SELECT * FROM search_testing WHERE MATCH (first) AGAINST ('$term') &quo...