Search found 4 matches
- Sun Mar 29, 2009 6:02 am
- Forum: PHP - Code
- Topic: Search more than 1 table
- Replies: 1
- Views: 67
Search more than 1 table
Hi, Im a bit new to PHP so bare with I want to make my existing search code search more than 1 table, I have this: $query = "select * from herbs where herbName like \"%$trimmed%\" OR herbLatinName like \"%$trimmed%\" order by herbName"; how could I make it search a ...
- Sat Mar 21, 2009 4:25 am
- Forum: PHP - Code
- Topic: Search Page pagination trouble
- Replies: 5
- Views: 498
Re: Search Page pagination trouble
thanks, temidayo YOU STAR!!!!!
IT works, I put $s = $_GET['s']; at the begining and it worked!!!
thank you so much!
xxx
IT works, I put $s = $_GET['s']; at the begining and it worked!!!
thank you so much!
xxx
- Fri Mar 20, 2009 6:23 am
- Forum: PHP - Code
- Topic: Search Page pagination trouble
- Replies: 5
- Views: 498
Re: Search Page pagination trouble
Hi, thanks
I get this message when I search for 'a' :
select * from herbs where herbName like "%a%" OR herbLatinName like "%a%" order by herbName
Herb results for: " a "
Thanks, how would this help? and sorry for not knowing very much PHP, Im trying
I get this message when I search for 'a' :
select * from herbs where herbName like "%a%" OR herbLatinName like "%a%" order by herbName
Herb results for: " a "
Thanks, how would this help? and sorry for not knowing very much PHP, Im trying
- Wed Mar 18, 2009 4:59 am
- Forum: PHP - Code
- Topic: Search Page pagination trouble
- Replies: 5
- Views: 498
Search Page pagination trouble
Hi, I have this code, but the pagination doenst work, I've been working on this for ages and cant figure out what the problem is. I'v posted on some other web forums but they didnt help so now Im desperate, so Im posting all of the code with the webpage url, I wouldnt normally do this but Im totally...