Skip to content

Category Archives: PHP

We are going to perform the basic arithmetic operations like- addition, subtraction, multiplication, and division using PHP. We are using HTML form to take the… Read More
We have given the data in CSV file format and the task is to display the CSV file data into the web browser using PHP.… Read More
Golang is a statically typed, compiled programming language invented at Google headquarter by Mr. Robert Griesemer, Mr Rob Pike, and Mr. Ken Thompson. Its development… Read More
The purpose of this article is to send the form data and credentials to the PHP backend using AJAX in an HTML document. Approach: Create… Read More
The Indian Financial System Code (IFSC) is an 11-digit alpha-numeric code used to uniquely classify bank branches within the National Electronic Fund Transfer (NEFT) network… Read More
First we have to install the XAMPP/WAMP webserver in our system. Please follow the link to download and install XAMPP/WAMP server. Link https://www.apachefriends.org/download.html After successful… Read More
We have given a file stored on XAMPP server and the task is to read the file from server and display the file content on… Read More
The purpose of this article is to send the value of the button to PHP back-end using AJAX in an HTML document. Approach: Create a… Read More
PHP language : The name PHP stands for Hypertext Preprocessor and denotes a server-side scripting language, which suggests that applications are written thereon run on web… Read More
What is MySQL? MySQL is an open-source relational database management system (RDBMS). It is the most popular database system used with PHP. Structured Query Language… Read More
The collection of related data is called a database. XAMPP stands for cross-platform, Apache, MySQL, PHP, and Perl. It is among the simple light-weight local… Read More
In this article, we will be demonstrating how we can send the mail to the multiple addresses from the database using the PHP. PHPMailer library… Read More
What is PHP? PHP(short for Hypertext PreProcessor) is the most widely used open source and general purpose server side scripting language used mainly in web… Read More
The ext-curl CURL stands for client user, In Linux cURL is a PHP extension, that allows us to receive and send information via the URL… Read More
In this article, we will learn about running two versions of PHP on the same Apache server. To manage many domains, the Apache webserver uses… Read More