Export Data to CSV with PHP and MySQL
Recently we have published tutorial to Export Data to Excel with PHP and MySQL and get huge response from our readers. Many…
Recently we have published tutorial to Export Data to Excel with PHP and MySQL and get huge response from our readers. Many…
Checking username or email availability before form submission is a popular feature. In this tutorial, we have implemented u…
YouTube is the most popular videos sharing platform where we watched videos online. However, we often need to get those YouT…
Sometimes we need to remove anchors from html while displaying html content. You can easily remove links or anchors from a h…
In spite of allowing direct access to individual array element, PHP provides various other interesting ways to deal with arr…
Sometimes we need to remove specific item from comma separated string. Here is a running PHP function to remove an item from…
Are you looking for image upload and preview without refreshing page using jQuery and PHP? You're here at right place. H…
Facebook and Twitter are the most popular social network and both networks offering oAuth support. So in this tutorial, I ha…
JAXL stands for " Jabber XMPP Library ". Jaxl 2.x is an object oriented XMPP framework in PHP for developing rea…
In HTML Forms, the enctype attribute used to handle encoding of form submitted data. When we use form GET or POST action, w…
The if , if…else and if…elseif…else construct are one of the most important features of many languages. These conditional …