Drop mySQL Table using PHP

Drop mySQL Table using PHP

Drop mySQL Table using PHP Drop mySQL Table using PHP, in this article i will step through how to drop / delete a mySQL table using PHP. The Example will delete “mytable1 from “janedb” Prior to that you need to complete  the items listed Below Mamp or xampp with phpMyAdmin install into your Computer , … Read more

Create New mySQL Table using PHP

Create New mySQL Table using PHP

Create New mySQL Table using PHP Create New mySQL Table using PHP.In this article i will step through how to create a  new MySQL  table  using PHP. I will create a new table call ” mytable1 “ in “janedb “ Database Prior to that you need to complete  the items listed Below Mamp or xampp … Read more

Create New mySQL Database using PHP

Create New mySQL Database using PHP

Create New mySQL Database using PHP Create New mySQL Database using PHP, in this article i will step through how to create a  new MySQL Data base using PHP. Prior to that you need to complete  the items listed Below Mamp or xampp with phpMyAdmin install into your Computer , check out here  New User Created … Read more

Drop MySQL Database using PHP

Drop MySQL Database using PHP

Drop MySQL Database using PHP   Drop MySQL Database using PHP, in this article i will step through how to drop / delete a mySQL Data base using PHP. Prior to that you need to complete  the items listed Below Mamp or xampp with phpMyAdmin install into your Computer , check out here  A Sample Database … Read more

How to connect to MySQL using PHP

How to connect to MySQL using PHP How to connect to MySQL using PHP, in this blog post i will step through the code  on how to get it done. Prior to that you need to complete  the items listed Below Mamp or xampp with phpMyAdmin install into your Computer , check out here  A … Read more