PHP Tutorials: Create a Search Engine (Part 5)

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.

This entry was posted in SEO Tips and tagged , , , , , , , , , , , , , , , , , , , , , , , , . Bookmark the permalink.

18 Responses to PHP Tutorials: Create a Search Engine (Part 5)

  1. INGc3z4r says:

    Thanks for this tutorial it is great, and very well explained as always

  2. elvin88 says:

    Thanks Alex… It really helps a lot…

  3. CSSAcademy says:

    Thank you Alex!, you tutorials are as great as you are!.

  4. nilabjo2008 says:

    thanks man, ur tutorials r really helpful

  5. FIVOS45 says:

    Thank you very much! i needed this tut. hope to see more

  6. FIVOS45 says:

    hello again! can u please make a tutorial on how to print 5 results per page and just hit next to other 5?

    thanks

  7. omanoman98 says:

    As always, I am big fan of your work Alex!
    Thanks a lot!
    This tut was REALLY helpful!

  8. dantem008 says:

    use:
    $construct .= ” AND keywords LIKE ‘%$search_each%’”;

    insted off:
    $construct .= ” OR keywords LIKE ‘%$search_each%’”;

  9. SomaVIII says:

    I hate to nit pick but use comas not spaces in meta tags they are comas this yours is fine form manually inserted data and a good pratice but if they were to make a bot they need to use comas.

  10. socomglitchmasta says:

    nice tutorial, keep up the good work!

  11. socomglitchmasta says:

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

  12. Ms09890 says:

    Hey Phpacademy are you here?
    I have question.

  13. MrRajesh2709 says:

    Hi Alex How are you ?
    can’t we use Instr() function searching all
    the terms ?

  14. bowersbros says:

    whats the question?

  15. bowersbros says:

    search for paginigation

  16. Rogueixpresents says:

    YE!!!!!!!!! THX MAN!

  17. ftkzerocool says:

    Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\search\search.php on line 44
    help

  18. jabyap says:

    I have the same problem, althoug a great tutorial. Thankyou.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>