Connecting PHP and MYSQL

Опубликовано: 20 Апрель 2026
на канале: Sriramasubramaniam Nagarajan
10
2

Connecting PHP and MYSQL | PHP Tutorial

These databases are connected with Programing language and perform the major operations like INSERT, SELECT, UPDATE and DELETE using Structure query language (SQL).
The combination of PHP and MySQL has become very popular server side web scripting language in Internet.

MySQL Function in PHP

MySQLi is extension in PHP scripting language which gives access to the MYSQL database.
MySQLi extension was introduced version 5.0.0,
The MySQLi extension contains the following important functions which are related to MySQL database connectivity and management.
● Mysqli_connect() Function
● Mysqli_close() Function
● mysqli_select_db() Function
● mysqli_affected_rows() Function
● mysqli_connect_error() Function
● mysqli_fetch_assoc() Function


****************************************************************************

YouTube -    / sriramasubramaniamnagarajan  

Connect me @
instagram:   / sriramasubramaniam  
sololearn: https://www.sololearn.com/Profile/104...

PlayList:

PHP Tutorial :    • PHP Tutorial  

JavaScript Tutorial -    • JavaScript Tutorial  

Python Classes and Objects -    • Python Classes and Objects  

Python CSV -    • Python CSV  

C programming -    • C Programming Language  

Python Programming -    • Python Programming  

Python Programs -    • Python programs  

DataBase Concepts -    • DataBase Concepts  

canva - https://www.canva.com/join/simplified...

#PHP #MySQL