Advantages and Disadvantages of PHP
PHP language : The name PHP stands for Hypertext Preprocessor and denotes a server-side scripting language, which suggests that applications written thereon run on web… Read More »
PHP language : The name PHP stands for Hypertext Preprocessor and denotes a server-side scripting language, which suggests that applications written thereon run on web… Read More »
How we can connect PHP to MySQL? PHP 5 and later can work with a MySQL database using: MySQLi extension (the ‘i’ is abbreviation for… 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 »
Thumbnails are used for a preview of a single or group of media entities in a single explorer window. It saves time and gives a better… Read More »
In this article, we will learn how to process XML using PHP. We have already learnt the basics of XML and their differences with respect… Read More »
Laravel is one of the most demanding PHP frameworks for website development. High scalability, good performance and efficiency are the top reasons behind the success… Read More »
Reading emails from the Gmail account using PHP will be an enriching task for web developers for its simplicity of code through IMAP (Internet Message… Read More »
The purpose of this article is to append data to a JSON file through HTML form using PHP. Approach 1: If the JSON file is… Read More »
The openssl_pkcs12_read() function is a built-in function in PHP and is used by the PKCS # 12 certificate store to convert it into an array… Read More »
CSS: CSS stands for Cascading Style Sheet, it is a style sheet language used to shape the HTML elements that will be displayed in the… Read More »
Prerequisties: Technical knowledge: HTML CSS Javascript (basics) PHP (Database connectivity) SQL queries Softwares to be installed: XAMPP server: This is a free software which contains… Read More »