Vince Ong

I am Vince Ong

30  07 2010

PHP Tutorials: Create a Search Engine (Part 4)

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.

Duration : 0:9:12


Technorati Tags: , , , , , , , , , , , , , , , , , , , , , , , ,


19 Responses to “PHP Tutorials: Create a Search Engine (Part 4)”

  1. @h4r00n, i also had …
    @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!!!

  2. FOR THE ONES WHO …
    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.

  3. sorry that is % :D
    sorry that is % :D thx for nice tutorial

  4. omg how i can do it …
    omg how i can do it , it is on the 0:42 , like 8

  5. noo D: its nto on …
    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

  6. same here… did u …
    same here… did u get that working?

  7. i have been …
    i have been following your tuts since ever , your awesome but is there a way you can paginated the search engine results?

  8. Fail and what sucks …
    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

  9. Can you send me …
    Can you send me thjr addo on link please

  10. THANKKKK YOU!!!!! : …
    THANKKKK YOU!!!!! :D :D :D :D

  11. I am so lost. I …
    I am so lost. I need this for my site so I’ll figure it out.

  12. can you just …
    can you just publicly post it here for us all? Thanks too! :)

  13. same here
    same here

  14. I keep getting a …
    I keep getting a parse error on the line with the following coding: $x++;
    What am I doing wrong?

  15. i’m getting this …
    i’m getting this can u help
    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\Dreamers Search\search.php on line 40
    no Results Found.

  16. The best php …
    The best php tutorial !!

  17. Awesome tutorial. …
    Awesome tutorial. Thanks!

  18. I have created an …
    I have created an ADD-ON to this script which allows users to add their own search terms. Please message me for the link!

  19. Great tutorial Alex …
    Great tutorial Alex!
    Thanks a lot!

Leave a Reply

« »