Posts Tagged With: download

iCaptcha :: CAPTCHA validation asking questions about pictures

This class can be used to implement a CAPTCHA validation method that asks questions about pictures to the user. It presents several images and asks the user to answer a question related to the pictures. Only one picture is the right answers. The user has to pick the right picture to pass the validation. The … Continue reading »

Categories: Downloads, PHP Code | Tags: , , , | 40 Comments

HTML Generator :: Compose and output HTML documents programatically

This class can be used to compose and output HTML documents programmatically. It provides means to compose an HTML document by adding tags and data to it The generated HTML code is fully compliant with W3 consortium HTML standards Download: http://www.phpclasses.org/browse/package/2545.html http://phpclasses.dmwtechnologies.com/browse/package/2545.html (mirror)

Categories: Downloads, PHP Code | Tags: , , , | 356 Comments

Grep Simulator :: Search for text in files like the Unix grep tool

This class can be used to search for text within files like the Unix grep utility. The class can traverse a directory recursively and read files with given file name extensions to find the text to be searched. It may also return the number of times that the search text string was found in a … Continue reading »

Categories: Downloads, PHP Code | Tags: , , , | 286 Comments