Courses
Tutorials
Practice
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
37.4K+ articles
DSA
22.8K+ articles
HTML
5.8K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
How To
1.8K+ articles
Web technologies
653+ articles
PHP-Questions
423+ articles
mysql
330+ articles
PHP-Misc
123+ articles
PHP-MySQL
34 posts
Recent Articles
Popular Articles
Online FIR Web App using PHP with MySQL
Last Updated: 26 July 2024
In this article, we are going to build an Online FIR Web Application using PHP with MySQL. In this application, we can file cases from anywhere by their name, complaint, s...
read more
Web Technologies
PHP
Blogathon
Blogathon-2021
PHP-MySQL
PHP-Questions
How to match username and password in database in SQL ?
Last Updated: 17 May 2024
In this article, we are going to check the credentials (username and password) entered by the user. If credentials are matched from the database entries, the user can ente...
read more
Picked
HTML
mysql
PHP-MySQL
HTML-Questions
PHP-Questions
How to make a connection with MySQL server using PHP ?
Last Updated: 27 October 2021
MySQL is a widely used database management system that may be used to power a wide range of projects. One of its main selling features is its capacity to manage large amou...
read more
Web Technologies
Picked
PHP
mysql
PHP-MySQL
PHP-Questions
How to retrieve data from MySQL database using PHP ?
Last Updated: 10 March 2022
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 rows in the table. Yo...
read more
Picked
PHP
Geeks-Premier-League-2022
PHP-function
PHP-MySQL
HTML-Questions
PHP-Questions
How to execute an SQL query and fetch results using PHP ?
Last Updated: 18 April 2022
In this article, we will discuss how to execute an SQL query and how to fetch its result?We can perform a query against the database using the PHP mysqli_query() method. S...
read more
Picked
PHP
PHP-MySQL
PHP-Questions
Upload pdf file to MySQL database for multiple records using PHP
Last Updated: 01 June 2022
We will upload multiple records to the database and display all the records from the database on the same page. In this article, we will see how we can upload PDF files to...
read more
HTML
Web technologies
mysql
PHP-MySQL
What are the different MySQL database engines ?
Last Updated: 05 July 2022
Database engines are MySQL components that can handle SQL operations like create, read, update data from a database. There are two types of engines in MySQL: transactional...
read more
Web Technologies
Picked
PHP
PHP-MySQL
PHP-Questions
How to find the Username and Password in PhpMyAdmin in Windows ?
Last Updated: 09 December 2022
In this article, we will see how to find the Username Password of PhpMyAdmin in Windows. PhpMyAdmin is a free and open-source administration database management tool for ...
read more
PHP
Technical Scripter 2022
PHP-MySQL
PHP-Questions
Create a Small CRM using PHP and MySQL
Last Updated: 28 April 2025
CRM stands for Customer Relationship Management, which is a strategy for a set of practices, and a technology designed to manage and analyze customer interactions and data...
read more
Picked
PHP
PHP-MySQL
Geeks Premier League 2023
Create a Hospital Management System using PHP and MySQL
Last Updated: 26 July 2024
The Hospital Management System (HMS) is a robust and efficient solution designed to streamline the processes within a healthcare facility. This project is built using PHP ...
read more
Picked
PHP
PHP-MySQL
PHP-Questions
Geeks Premier League 2023
How to make a Todo App using PHP & MySQL ?
Last Updated: 28 April 2025
To create a Todo App using PHP and MySQL, you'll first need to set up a MySQL database to store the tasks. Then, use PHP to create a web interface where users can add, edi...
read more
PHP
PHP-MySQL
How to Upload Multiple Images and Text to MySQL Database in PHP?
Last Updated: 30 April 2024
In web development, many times we need to handle multiple files at once while uploading and storing into the database. So in this article, we will see how to do this by va...
read more
Picked
PHP
PHP-MySQL
PHP-Questions
Creating a Registration and Login System with PHP and MySQL
Last Updated: 12 August 2024
A registration and login system is a fundamental component of many web applications and provides user authentication and security. This allows users to create an account l...
read more
Picked
PHP
PHP-MySQL
Building a REST API with PHP and MySQL
Last Updated: 13 August 2024
This brief tutorial is a step-by-step guide on how to develop a REST API using PHP and MySQL. REST API will implement HTTP commands (Get, Post, Put, DELETE) and response w...
read more
Picked
PHP
PHP-MySQL
Implementing AJAX Live Search with PHP and MySQL
Last Updated: 21 August 2024
AJAX (Asynchronous JavaScript and XML) is a technique used to create dynamic web applications. It allows web pages to be updated asynchronously by exchanging data with a w...
read more
Picked
PHP
PHP-MySQL
1
2
3
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 !