Related Articles
12 Key Points of SEO to Improve Website or Blog Traffic
Below are the best 12 Key Points of SEO which will Improve your Website or Blog Traffic, when posting or publishing an article. 12 Key Points of SEO 1. Domain name should be like a keyword, keep it short you can also use hyphens in domain name, hyphen separates as keyword. 2. Use of H1 […]
Current Timezone of database
Current Timezone of mysql
Current Timezone of mysql database
Current Timezone of mysql server
Mysql
mysql timezone query
How to Get the Current Timezone of Mysql Database
By running below query you can able to get the Current Timezone of the database server. select timediff(now(),convert_tz(now(),@@session.time_zone,’+00:00′));
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 ‘,’.