Related Articles
How to Add Column to Mysql Table and Auto Increment with Primary Key
Check below on How to Add a Column to Mysql Table with Auto Increment and Primary Key You can achieve it by doing Alter Command: Add Column to Mysql To Modify Column and add Auto Increment with Primary Key Query: ALTER TABLE test MODIFY COLUMN ID INT(10) PRIMARY KEY auto_increment; ALTER TABLE users ADD id […]
Export to Excel Using PHP and Mysql
Below simple program will export mysql data values to excel sheet without using any PHP libraries. Export to Excel Using PHP and Mysql Note: IF you get errors or in excel all the data is in one column, then instead t tab space use, comma ‘,’.
10 Best YouTube Channels to Learn Web Development Programming
If you are eager to Learn Web Development Programming then here we bring the Best YouTube Channels where you can become from Novice to Expert Web Development Programmer. Best YouTube Web Development Channels You can see below the 10 Best YouTube Channels to Learn Web Development Programming along with YouTube Channel Link and What Programs […]



