Friday 21 February 2014

DATABASE CONNECTIVITY IN PHP

DAY 27

* Learned about database connectivity in PHP that how to maintain a database connection in php using built-in functions of php with My SQL and i also learn about CRUD(create,retrieve,update and delete) in php that how can i retrieve values on front end from database and how can i perform operations like update ,insert and delete on front end and how will those changes get reflected in my database.I used fetch functions in order to perform this functions.

No comments:

Post a Comment