Database operations in PHP are a very crucial thing that is especially needed in CRUD (Create, Read, Update and Delete) operations. In this article, we… Read More
Category Archives: PHP
WordPress is a free and open-source Content Management System(CMS) framework. It is the most widely used CMS framework of recent time. Let us now have… Read More
While uploading the files or writing the code, developers do many mistakes which we cannot figure out most of the time. Some spelling mistakes, some… Read More
A cookie is often a small file that is embedded by the server from which the user has visited or is getting a response. Each… Read More
Type hinting is a concept that provides hints to function for the expected data type of arguments. For example, If we want to add an… Read More
PHP is the recursive acronym for Hypertext Preprocessor. It is the widely-used general-purpose scripting language that is especially used for web development and embedded into… Read More
PHP is a general-purpose scripting language that is mainly used for Web development to built dynamic and interactive web pages. Because of its free availability… Read More
A browser script is used to find the complete information of the web browser. A web browser is working on the hypertext transfer protocol and… Read More
There are steps to understand for retrieving the data from the MySQL database. Approach: Create the database, then create the table for data. Enter the… Read More
Exception handling is the important part of PHP in which we deal with how to maintain the flow of the program if there is an… Read More
Brackets is a platform where HTML, CSS, JavaScript coding can be done. Editing these types of codes is very easy in Brackets. Pre-requisite for implementing… Read More
Extract() function is an inbuilt function in PHP which is used when there is conflict in the variable name. When someone writes a code of… Read More
Cookies are used to store the user information in the browser. If you store the cookie in the browser then every time you logged in… Read More
In this article, we will understand how to upload a file using PHP. Let us understand some basic configurations. In your “php.ini” file, search for… Read More
Error in PHP occurs when we do not deal with the cases accordingly. There are many errors that occur during the file upload. The errors… Read More