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 […]
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 […]
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 […]
Login with Google Account using PHP Step by Step
Login with Google account is useful feature for any community website and other type of website. Today we implement login with Google account step by step. Here we first get know the complete steps then we elaborate the process of implementation. Go below to download the complete source code of Login with Google Account using […]
Best PHP IDE Code Editor in 2021 [Updated]
Hello Coders, I hope you all are doing well. Today we talk about some Best PHP IDE and Code Editor in 2021. In this article, we talk about Best PHP IDE and Code Editor which are mostly used for PHP development purposes. Differences between IDE and Code Editors. Best Typescript Editor Visual Studio Code Difference Between […]