Part-7 Prac 3: Study and demonstrate mysqli connection and CRUID operations with php.
Coding CRUD with PHP and MySQL is one of the basics. PHP web programmers must be able to code it with less effort. We can perform this task using any of the three PHP Database extensions:
- Using the MySQL extension.
- Using the MySQLi extension.
- Using the PDO extension.
PHP 5.5 deprecated the MySQL extension. It is not recommended to use these days.
If you are programming with PHP, you'll have to use either MySQLi (i means improved) or PDO extension.
With that in mind, we will use the PDO extension. It is the newest and actively developed way of programming these CRUD grids.
Name: Naisarg Modi
ID: 18CE055
Comments
Post a Comment