News

In this video tutorial I have shown how to make a basic crud application in php. I have connected with database using php PDO(php data object). Which is database agnostic. You can connect any sql ...
lib/Databse.php- All functions for query select, insert update and delete data existed on this file. create.php – used for creating a new record. It contains an HTML form where the user can enter ...