Archive

Posts Tagged ‘on the fly’

Create PDF On The Fly Using PHP And FPDF

January 12th, 2009 admin 1 comment

FPDF is one of powerful and free PHP libraries for you to create PDF pages on the fly. It’s code is readable, simple and easy to create PDF pages. PDF pages can be used to generate e-Books, online web reporting and so on. In this topic, we will show you how to create PDF pages using this powerful library.

Click here to read the complete post

If you like this code/script, perhaps you would kindly treat me a drink. Any number is welcome. Thanks :)

PHP CAPTCHA Generator

September 8th, 2008 programming 2 comments

CAPTCHA stands for Completely Automated Public Turing test to tell Computers and Humans Apart. CAPTCHA is used in public web form(such as: sign up form, log in form, contact us form, and so on) to determine whether a user is a human or computer(bot). A CAPTCHA simply provide an image with a random letters printed in it and let the user to type those letters in a provided text box. In this article, we will create a CAPTCHA using PHP.

Requirement

To create a CAPTCHA using PHP, the GD PHP extension is required to handle graphical functionalities. The GD extension will allow us to create an image on the fly.
Read more…

If you like this code/script, perhaps you would kindly treat me a drink. Any number is welcome. Thanks :)