Calculate age in years months and days in mysql

Posted by on Mar 17, 2015 in General | 2 Comments
Calculate age in years months and days in mysql

When we are dealing with dates in mysql sometimes we need to calculate the age in years months and days directly from the mysql query We can easily achieve it from the below sql query And the output of the …

OpenID 2.0 for Google Accounts is going to Shutdown

Posted by on Mar 12, 2015 in General | No comments yet

Google OpenID 2.0 for Google Accounts is going to Shutdown and they are migrating Open ID 2.0 to the Google Plus Sign-In. Open ID 2.0 and Google Plus Sign-In is a way that allows website owners to let their users …

Import CSV File Into MySQL using LOAD DATA INFILE

Posted by on Feb 27, 2015 in General, MySQL, Php | 2 Comments

In this post we are discussing on how to use LOAD DATA INFILE statement to import CSV file into MySQL table. The following statement imports data from c:\tmp\data.csv file into the discounts table. The field of the file is terminated …

Add Fields To Custom Taxonomy

Posted by on Feb 24, 2015 in Snippets, Wordpress | No comments yet

As a WordPress developer, some times we need to add fields to custom taxonomy. So, in this post we are going through the code snippet for adding field to taxonomy. Let have a look, Here we are taking the taxonomy …

Load More