PHP Associative Arrays

PHP Associative Arrays

PHP Associative Arrays PHP Associative Arrays,Unlike Conventional Array Declaration . The Array is being  assigned with a Key word instead of being automatic assign an index Number, Below shows the Example Code For Associative array There is a person name Ah Seng , the  assign Array Variable Inside the Array Variable it contains the Associative Array  … Read more

Delete Data From A MySQL Database Table

Delete Data From A MySQL Database Table

Delete Data From A MySQL Database Table Delete  Data from  a MySQL Database Table, in this article i will step through how  to delete data from  MySQL Table. 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 created … Read more

Update Data into a MySQL Database Table

Update Data into a MySQL Database Table

Update Data into a MySQL Database Table   Update Data into a MySQL Database Table, in this article i will step through how  to Update data into mySQL Table. 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

Inserting Data into a MySQL Database Table

Inserting Data into a MySQL Database Table

Inserting Data into a MySQL Database Table   Inserting Data into a MySQL Database Table, in this article i will step through how  to insert data into mySQL Table. 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

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