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 :)
Categories: PHP Tags: create, doc, document, file, fly, generate, live, make, on the fly, pdf, PHP, php 5, report, reporting, script, web, web report, web reporting
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 :)
Categories: PHP Tags: anti, anti spam, antispam, captcha, captcha generator, generate, generator, jpeg, jpg, on the fly, PHP, php captcha, php captcha generator, script, simple, spam