|
|
|
This tutorial will take you to the next step in PHP/Mysql database search and teach you what to and not to do when building an engine for your website. It's created with the absolute beginner in mind.
Version: n/a
Platforms: linux, windows, freebsd, osx, sun
Last Updated: April 09, 2007 |
|
|
|
|
This hands on PHP Programming article provides the knowledge necessary to design and develop a search engine for your website using PHP version 4.0 and above. Making a search engine for your website with PHP is really easy and provides substantial functionality required by most of the small to medium websites.
Version: n/a
Platforms: linux, windows, freebsd
Last Updated: April 09, 2007 |
|
|
|
|
Building indexers/spiders that can read binary MS Word (.doc) documents can be difficult, expecially on *nix servers, which don't support PHP's COM abilities.
Solutions usually involve installing binaries on the server (often impossible or disallowed).
This simple PHP snippet makes a pretty good job of extracting text from an MS Word document for use in a search index. While not pretending to be perfect, it has proved itself useful on thousands of test documents.
Version: n/a
Platforms: linux, windows, freebsd, sun
Last Updated: May 08, 2007 |
|
|
|
|
This hands on PHP Programming tutorial provides you the knowledge necessary to design and develop a search engine for your website using PHP version 4.0 and above.
Version: 1
Platforms: linux, windows, freebsd, osx, sun
Last Updated: May 28, 2007 |
|
|
|
|
This simple tutorial will help you make a simple search for your site. It uses PHP to search a MySQL database and returns the results. I walk you through how to install this script on your site.
Version: n/a
Platforms: n/a
Last Updated: June 02, 2007 |
|
|
|
|