Need some help on this issue,
I want to incorporate some marketing in my site search engine by suggesting links (websites) when certain keywords are being used.
For example:
when a guest is searching the terms: "oil Alaska"
I want to add a suggestion link to www.alaskadate.com
So I need to tell php : if $query contains "Alaska" ... But I cannot seem to find the correct PHP commands for this...
Maybe first: eval $query ?
Any help is appreciated!