PHP – Update Records In MYSQL Database Using PHP



PHP – Update Records In MYSQL Database Using PHP

PHP - Update Records In MYSQL Database Using PHP

Update Records In MYSQL Database Using PHP

In this tutorial I created one index.php to display all the records.
For each record i have created different form. Each form has one hidden field for primary key, Iave also added Update button to each form when we click on the update button of particular records the ID and new values of that records is send to the update.php page via POST method. Second Page I created update.php,this page contains php script to update the records in mysql.

This video is for learning PHP and develop websites using PHP and MYSQL. The aim is to teach the Web Designing/Development in a step-by-step guided approach.

Intro Track By : Danish Shaikh

-~-~~-~~~-~~-~-
Please watch: “Registration Form In PHP adn MYSQL”
https://www.youtube.com/watch?v=jQCiU85q2vs
-~-~~-~~~-~~-~-

Comments are closed.