What is cURL And How To Enable It For XAMPP?
XAMPP does not empower cURL library as a matter of course, you need to change around a bit to getit up and running. Here is the manner by which… However, before that give me...
Collection of Thoughts
XAMPP does not empower cURL library as a matter of course, you need to change around a bit to getit up and running. Here is the manner by which… However, before that give me...
In this tutorial, I’m using jQuery AJAX for getting captcha image from PHP. Using jQuery we can also refresh the captcha code by resending AJAX call to generate new captcha image. I always try...
If you are looking for a simple Ajax image uploader script with progress bar then you will follow this tutorial. In this tutorial I’m going to display a progress bar during the AJAX file...
To display your latest Tweet using PHP use this below code:
Here, I will show how we can send an email to multiple receiver by PHP script. This script also show how can we send bulk if we have server limitation to send particular number...
PHP Mailer is a PHP class for PHP that provides a package of functions to send email. It is an efficient way to send e-mail within PHP. The following are some features of PHPMailer:-...
PHP start OOP in PHP 4 and a stable model of Object Oriented Programming (OOP) introduced in PHP 5 in 2004. We all making applications in procedural programming and want to move to OOP...
I recently searched and developed Ajax filter to select a bunch of records from a database, then on the client side use AJAX to filter those records according to certain criteria. In this tutorial...
A commonly used technique when programming is to use callbacks. A callback is a piece of code that is passed to a function that is later executed by that function. In this article I...