Related Articles
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 ‘,’.
Get Traffic From Facebook by Using Simple SEO Tricks
Selecting the best URL (Facebook Username) for the Facebook page. Using the “About” text box to place keyword dense prose at the top of the Page. Using the “Info” tab to include more important keywords, text, and high priority links on the Page. Create “Static FBML(Facebook’s mark-up language)” boxes and tabs to place lengthy content […]
alter table and make id as auto increment
ALTER TABLE internal MODIFY COLUMN id INT(32) NOT NULL auto_increment PRIMARY KEY;