Aug 212010
Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.
Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.
| © 2012 SEEDEGY | Suffusion WordPress theme by Sayontan Sinha |
Powered by Yahoo! Answers
GREAT STUFF
@h4r00n, i also had that problem but i came up with this code:
(Replace the whole foreach with this)
$search_each = 0;
while ($search_each < count($search_exploded)) {
if ($search_each == 0) {
$construct = “keywords LIKE ‘%” . $search_each . “%’”;
} else {
$construct .= ” AND keywords LIKE ‘%” . $search_each . “%’”;
}
$search_each++;
}
Subscribe if helped!!!
FOR THE ONES WHO HAVE BEEN ONE HOUR TRYING TO FIND OUT WICH IS THE RARE SYMBOL VERY SIMILAR TO AN 8. WELL, THATS THE PORCIENT SYMBOL. (%) THIS TUTORIAL IS AWEASOME, BUT IT NEEDS MORE EXPLANATION. I hope this helps to that guys who have been stuck in that part.
sorry that is %
thx for nice tutorial
omg how i can do it , it is on the 0:42 , like 8
noo D: its nto on my ocmputer anymore casue it was illageing singed as microsoft so my dad thoguth it had a virus and delete it
same here… did u get that working?
i have been following your tuts since ever , your awesome but is there a way you can paginated the search engine results?
Fail and what sucks is that no help is given, very last buit I add the ‘ just like you but does not fix it and no one helps
Can you send me thjr addo on link please
THANKKKK YOU!!!!!
I am so lost. I need this for my site so I’ll figure it out.
can you just publicly post it here for us all? Thanks too!
same here
I keep getting a parse error on the line with the following coding: $x++;
What am I doing wrong?
i’m getting this can u help
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:xampphtdocsDreamers Searchsearch.php on line 40
no Results Found.
The best php tutorial !!
Awesome tutorial. Thanks!
I have created an ADD-ON to this script which allows users to add their own search terms. Please message me for the link!
Great tutorial Alex!
Thanks a lot!