Add or remove input fields dynamically in PHP using jQuery
Today we’ll show you how to add or remove input fields dynamically in PHP using jQuery. Previously we have implemented the same type of the functionality to add or remove...
Today we’ll show you how to add or remove input fields dynamically in PHP using jQuery. Previously we have implemented the same type of the functionality to add or remove...
Today we’ll show you how to create, retrieve, update and remove a cookie using PHP. A cookie is a small file that is stored in a user’s web browser and...
Today we’ll show you how to implement form validation using jQuery in PHP. Moreover we will show you how to insert it into the MySQL database. There are two types...
Today we’ll show you how to check username availability using PHP and jQuery. Generally we need to check if a username or email already exists or not during the registration...
Today we will explain how to set cron jobs and run php scripts using cron jobs. Let you explain what is cron before we start. What is a cron job?...
You may have noticed that sometimes email addresses are partially hidden i.e. your******@gmail.com on google, social sites for verification and other security purposes. Today we’ll show you how to partially...
During coding, sometimes we need to check if a file exists in a given directory or not before processing it using PHP. So, today we will explain to you how...
Today we’ll let you know how to remove all files and subfolders from a folder in PHP. We have already written an article to delete all files from a folder...
Today we will explain to you how to make ajax POST request with JQuery and PHP. In this article we’ll simply create form in HTML and submit form data via...
Today we will show you how to convert base64 to image file in PHP. In the previous article we learned how to convert an image to base64 encoded string using...
Today we’ll show you how to convert an image to base64 encoded string in PHP. In this article we will create a sample demo for you to get base64 string...
Sometimes, we need to delete all files from a folder in PHP. So today we will explain to you how to delete files from a folder using php. delete images...
In this tutorial, we’ll explain to you how to submit a form without page refresh using jQuery, Ajax, PHP and MySQL. Submit The Form Without Page Refresh Using Ajax, jQuery...
Mostly, we need to upload images during the development of a php website. So, today we will explain to you an easy way to upload image using php. PHP File...