To Encode and Decode Image Path in PHP, we use 3 main PHP inbuilt functions, file_get_contents() Function: The file_get_contents() function is PHP inbuilt function that can help to read files into a string. This function uses the memory mapping technique to doing this which is also supported by the server. file_put_contents() Function: This function can […]
Export MySQL Data to Excel in PHP Using Ajax
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 will use the PHP DOMDocument Class which represents the HTML or XML document and 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 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 […]
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 nicer to use Ajax with PHP. Go below to Download Complete Source code File Here are 3 major steps to create a jQuery contact Form that […]
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 […]
Multiple Barcode Generator in PHP
Multiple Barcode Generator in PHP, in this coding article we create a Barcode generator which you can use for your invoicing system for E-Commerce websites. Barcode: Barcode is a machine-readable code, it can be horizontal or vertical in shape. Barcode contains information about your product SKU, price, manufacturing date, and expiry date. For creating Barcode […]
Increase PHPMyAdmin Import Size Ubuntu and XAMPP
In Increase PHPMyAdmin Import Size, When we create a website or import the website from another server to our local system to test then for setup we have to import the complete database as well. By default the import size of phpMyAdmin is 2MB, we can Increase phpMyAdmin Import Size on UBUNTU and XAMPP both […]