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

Tracking User Count using PHP

Tracking User Count using PHP

Tracking User Count using PHP Tracking User Count using PHP. In this Article we  will look into tracking User Visit counts using PHP Program. Previously in my blog i have go through how to Start a Session and using Cookies. Now our task is to combine everything and create a User Count Tracking program which … Read more