Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.8K+ articles
DSA
20.1K+ articles
PHP
3.8K+ articles
HTML-Misc
427+ articles
PHP Programs
293+ articles
Web Technologies - Difference Between
268+ articles
PHP-array
190+ articles
PHP-string
162+ articles
PHP-basics
94+ articles
Laravel
35+ articles
PHP-Misc
123+ posts
Recent Articles
Popular Articles
How to Load XML Data into MySQL using PHP ?
Last Updated: 12 July 2021
In this article, we are going to store data present in XML file into MySQL database using PHP in XAMPP server.XML: Extensible Markup Language (XML) is a markup language th...
read more
Web Technologies
PHP
PHP Programs
PHP-Misc
How to Perform Arithmetic Operation using Switch Case in PHP through HTML form ?
Last Updated: 05 June 2021
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 input value...
read more
PHP
HTML-Misc
PHP-Misc
How to Convert Array to String in PHP?
Last Updated: 02 June 2025
In PHP, Arrays are used to store multiple values in a single variable. However, sometimes we need to convert these arrays into strings:To display array data in a readable ...
read more
Technical Scripter
Web Technologies
Picked
PHP
PHP Programs
Technical Scripter 2020
PHP-Misc
How to make a leaderboard using PHP ?
Last Updated: 28 December 2020
The purpose of this article is to make a simple program to create a leaderboard using PHP. Below is the implementation for the same using PHP. The prerequisites of this t...
read more
Picked
PHP
PHP-array
mysql
HTML-Misc
PHP-Misc
How to Display an Error for Invalid Input with PHP/HTML?
Last Updated: 23 July 2024
PHP can be easily embedded in HTML files, and HTML code can also be written in a PHP file. The key difference between PHP and a client-side language like HTML is that PHP ...
read more
Picked
PHP
Technical Scripter 2020
HTML-Misc
PHP-Misc
PHP-Questions
Difference between PHP and .NET
Last Updated: 19 January 2021
The current business sector is completely moving towards a digital market where each business irrespective of its size now requires its digital presence for the growth of ...
read more
Difference Between
Web Technologies
PHP
PHP-Misc
Web Technologies - Difference Between
How to write comments in PHP ?
Last Updated: 05 September 2024
Comments are non-executable lines of text in the code that are ignored by the PHP interpreter. Comments are an essential part of any programming language. It help develope...
read more
Web Technologies
PHP
PHP Programs
PHP-basics
PHP-Misc
How to get the current Date and Time in PHP ?
Last Updated: 26 September 2024
To get the current date and time in PHP, use the date() function, which formats UNIX timestamps into a human-readable format. It converts timestamps, measured in seconds s...
read more
Web Technologies
PHP
PHP Programs
PHP-date-time
PHP-Misc
How to convert a Date into Timestamp using PHP ?
Last Updated: 18 January 2021
The Task is to convert a Date to a timestamp using PHP. The task can be done by using the strtotime() function in PHP. It is used to convert English textual date-time desc...
read more
Misc
Web Technologies
PHP
PHP Programs
PHP-date-time
PHP-Misc
How to check Whether a Variable is Null in PHP?
Last Updated: 21 April 2025
We are given a variable and the task is to check whether the value of the given variable is null or not and returns a Boolean value using PHP. To check a variable is null ...
read more
Web Technologies
PHP
PHP Programs
PHP-Misc
State management System in PHP
Last Updated: 03 August 2022
The basic foundation of a data communication system for the internet is HTTP (Hypertext Transfer Protocol) which is an application layer protocol, distributive and collabo...
read more
Technical Scripter
Web Technologies
PHP
PHP Programs
Technical Scripter 2020
PHP-Misc
How to get the file size using PHP ?
Last Updated: 22 January 2021
In this article, we are going to discuss how to get the file size using PHP. PHP is a general-purpose scripting language that is suited for both server and client scriptin...
read more
Technical Scripter
Web Technologies
Picked
PHP
PHP Programs
Technical Scripter 2020
PHP-Misc
How to get all function names of a module in PHP ?
Last Updated: 18 January 2021
In this article, we will learn How to get the names of all functions present in a module in PHP.What is a module in PHP ?A module is a collection of independent software c...
read more
Web Technologies
Picked
PHP
PHP Programs
PHP-Misc
How to get the last occurred error using PHP ?
Last Updated: 27 January 2021
It is very easy to get information about the last error that occurred in PHP using error_get_last() function. We can get very detailed information about the error such as,...
read more
Technical Scripter
Web Technologies
Picked
PHP
PHP Programs
Technical Scripter 2020
PHP-Misc
How to connect ODBC Database with PHP?
Last Updated: 03 February 2021
The Microsoft Open Database Connectivity (ODBC) is a C application programming language interface. So the applications can access data from different database management s...
read more
Web Technologies
PHP
PHP Programs
PHP-Misc
1
2
3
4
5
6
7
8
9
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !