Hey ya guys. Just a pre thank you for any help or info.
Basically here is what is going on. I have a search engine I've been working
on and as of right now it is working with multiple key words. The problem
I'm having is that when you enter a search term it will bounce back
everything for each key word and not comparing them. I honestly don't know
how to do this, being new to the whole PHP/SQL.
This is what I'm using right now for the mysql string to search:
$result = mysql_query("SE LECT * FROM ptvideos2 WHERE search LIKE
'%$search_words[$i]%' ");
any ideas?
Basically here is what is going on. I have a search engine I've been working
on and as of right now it is working with multiple key words. The problem
I'm having is that when you enter a search term it will bounce back
everything for each key word and not comparing them. I honestly don't know
how to do this, being new to the whole PHP/SQL.
This is what I'm using right now for the mysql string to search:
$result = mysql_query("SE LECT * FROM ptvideos2 WHERE search LIKE
'%$search_words[$i]%' ");
any ideas?
Comment