Export MySQL Data to Excel in PHP Using Ajax, for doing this task we have to follow 4+ steps where we create a table to show the data and then export that visible MySQL data to an excel sheet. Here are the 4+ steps to Export MySQL Data to Excel in PHP Using Ajax, Create […]
How to Get HTML Tag Value in PHP
In this particular, How to Get HTML Tag Value in PHP, article we use the PHP DOMDocument Class which represents the HTML or XML document also serves as the root of the document tree. Here we discuss 4 tasks where we use the PHP DOMDocument class to get the value of HTML tags, How to […]
How to Keep Value After Page Reload in PHP
On this task, How to Keep Value After Page Reload in PHP, 2 major things we have to know about, PHP Session Inline If Else Condition Use of PHP Session and Inline If Else Condition We use both PHP sessions to store the posted data from the form, then we check the value using inline […]
Count Number of Visits Using PHP Cookies
In this Count Number of Visits Using PHP Cookies task, first, we have to know what are the cookies in PHP. After I brief you about PHP cookies you can understand a better way to use a cookie in development. What are the Cookies in PHP? Cookies are used track and identify the user on […]
Set and Display Session Data in CodeIgniter
In Set and Display Session Data in CodeIgniter, first we have to learn a little bit about Session in CodeIgniter. When we develop a website, we need to track user’s state and activity for this we have to use Session. In CodeIgniter session library or class already available to use. We just initialize it on […]
Auto Add Country Code in Input using JavaScript
Auto Add Country Code in Input field using JavaScript, here are 3 steps to create and add auto country code, Include major CDNs. Create an HTML input field. Include intlTelInput JS to set country code. Create a script to set the code on the selected country. We use International Telephone Input JavaScript plugin to get […]
jQuery Contact Form Send Email Using Ajax
jQuery Contact Form Send Email Using Ajax, is a common feature of various websites. If you want to send the contact form details using Email then it can be do nicer using AJax with PHP. Go below to Download Complete Source code File Here are 3 major steps to create jQuery contact Form which can […]
How to Store Data In Cookies Using JavaScript
Store Data In Cookies Using JavaScript, before we start setting the cookie using JavaScript, first we should discuss what are Cookies in JS. And then we start all the cookie operations. On this complete article we majorly discuss about, What are the Cookies? JavaScript Cookies Operations Store Data In Cookies using JavaScript (Set Cookie) with […]
Steps to Upload Multiple Images in PHP with Preview
Here are 3 Simple Steps to Upload Multiple Images in PHP with Preview. Here we discuss in-depth code review where we use image upload source code and what are the important PHP functions to use for uploading multiple images. 3 Simple Steps to Upload Multiple Images in PHP The list of 3 Simple Steps to […]