Category: php programming
-
Understanding Basic PDO in PHP
PHP PDO (PHP Data Objects) is an easy to understand and use feature in PHP programming. To use PHP PDO in your local php-mysql installation or shared hosting based on CPanel, DirectAdmin or any other control panels, you need to follow these steps: Establish a Database Connection with your database manager(like mysql, oracle etc): Executing…