Free Php Scripts, Articles and Resources
    home  Home   php  PHPscripts   articles  Articles   contact  Contact
Date: 13 March 2010
in

Total scripts: 203
Total downloads: 25548
Total articles: 11

Latest Scripts
Free Contact Us Script +...
Free PHP ODP Script

Top Downloaded Scripts
Captcha Security Images
dGallery

Best Rated Scripts
File Searcher
Transparent Watermark

CATEGORIES

PHP ARTICLES

Categories Php Search Scripts

File Searcher
This class is meant to execute searches for files inside a given directory. The class can traverse directories recursively as an option. It can search for files given a list of space delimited patterns that define extensions contained in the last 3 characters of the...
(1 votes)
Htdig Site Indexing And Searching Interface
This class is meant to interface with the Ht:/Dig programs to be able to index and search Web pages from PHP. It features: - Setup a suitable configuration file from a few user defined parameters. - Index Web pages to build the search databases. - Search the indexed...
(0 votes)
Google_Query
This class is meant to connect to Google and perform a query to Google. The class lets you specify the query parameters as in the advanced search page of Google. Then it connects to Google site via HTTP and retrieves the contents of the results page. The class also...
(0 votes)
Site Search
Site Search is a class that can search for HTML documents and image files available within server side directories. It does not need a database, so it is very easy to implement it. This class will search in the content of each file within a given directory. You can...
(0 votes)
Text Search Replace
This class can be used to search the content of certain files and replace with different information. It can browse a given directory recursively and open files that match certain file name extensions. The files are read to search for a given regular expression text. ...
(1 votes)