Update MySQL using HTML Form and PHP

Update MySQL using HTML Form and PHP

Update MySQL using HTML Form and PHP This post  will show you how to create  a sample form to Update User Data in mySQL database Table  using PHP scripts (1) 3 x PHP file will be created “infoEdit” “infoEditForm ” “infoUpdate” (2) First PHP File-> infoEdit-> This PHP file will connect the Database, -> When … Read more

Form To Collect User Email PHP

Form To Collect User Email PHP

Form To Collect User Email PHP   This post  will show you how to create  a sample form using PHP to collect user Email (1) 2 x PHP file will be created “userCreate” “userSave ” (2)First PHP File-> userCreate-> This PHP file will connect the Database, -> When Successful Connected it will echo out the … Read more

How to Join Two Tables in MySQL

How to Join Two Tables in MySQL

How to Join Two Tables in MySQL This post  will show you how to joint 2 MySQL Table and print out the results in  the browser (1) Query & select the column in the 1st Table (“mytable”) that you w ant to joint (2) Query & select  the Column in the 2nd Table(“mytable1”)that  you want … Read more