Are you looking for image upload functionality with preview and also without refreshing page using jQuery and PHP? Yes, you’re here at the right place. Here is a very simple code used to upload image file without page refresh using PHP and jQuery.
php tutorial
Login with Facebook and Twitter using PHP
Facebook and Twitter is the most popular social network and both offering oAuth support. So here in this tutorial, I have explained, how to implement Login with Facebook and Twitter functionality to your website using PHP.
JAXL – Open Source Jabber XMPP Library
JAXL stands for “Jabber XMPP Library“. Jaxl 2.x is an object oriented XMPP framework in PHP for developing real time applications for browsers, desktops, Facebook chat, gtalk and hand held devices. The Jaxl 2.x is a robust, flexible and an easy to use version of Jaxl 1.x series which is hosted at google code.
What is Enctype Multipart Form Data in HTML
In HTML Forms, the enctype attribute used to handle encoding of form submitted data. When we use form GET or POST action, we have to encode the form data to get form submitted data. The HTML forms provide three methods for encoding. The default is application/x-www-form-urlencoded, which is more or less the same as a […]
Control Statements in PHP with Examples
The if, if…else and if…elseif…else constructs are important features of any programming language. The conditional statements provides us different actions for the different conditions. When we write code, we perform different actions for different decisions. Like any other language, PHP is built out of a series of control statements. The control statement can be an […]