Formats
|
PHP Code
|
November 27, 2012
|
date("F d, Y",strtotime($row['date']));
|
Tuesday, November 27, 2012
|
date("l, F d,
Y",strtotime($row['date']));
|
Nov 27, 2012
|
date("M d, Y",strtotime($row['date']));
|
27 November 2012
|
date("d M Y",strtotime($row['date']));
|
27 Nov 2012
|
date("d M Y",strtotime($row['date']));
|
Tue, 27 Nov 2012
|
date("D, d M
Y",strtotime($row['date']));
|
Tuesday, the 27th of November, 2012
|
date("l",strtotime($row['date'])) .
", the " . date("jS",strtotime($row['date'])) . "
of " . date("F, Y",strtotime($row['date']));
|
Do feel free to ask any questions that you may have concerns to web. No Compromise on Learning!
Monday, November 26, 2012
How to Display MySQL Dates in different Formats using PHP
Wednesday, August 1, 2012
WordPress Social Login
If you are looking for awesome plugin for social network login plugin the please follow the below link, its awesome plugin
http://wordpress.org/extend/plugins/wordpress-social-login/
http://wordpress.org/extend/plugins/wordpress-social-login/
Sunday, July 22, 2012
Making connection to database in Wordpress for Ajax files
include_once('../../../../wp-config.php');
include_once('../../../../wp-load.php');
include_once('../../../../wp-includes/wp-db.php');
Friday, July 20, 2012
Web 3.0 Concepts Explained in Plain English (Presentations)
Web 1.0 – That Geocities & Hotmail era was all about read-only content and static HTML websites. People preferred navigating the web through link directories of Yahoo! and dmoz.
Web 2.0 – This is about user-generated content and the read-write web. People are consuming as well as contributing information through blogs or sites like Flickr, YouTube, Digg, etc. The line dividing a consumer and content publisher is increasingly getting blurred in the Web 2.0 era.
Web 3.0 – This will be about semantic web (or the meaning of data), personalization (e.g. iGoogle), intelligent search and behavioral advertising among other things.
If that sounds confusing, check out some of these excellent presentations that help you understand Web 3.0 in simple English. Each takes a different approach to explain Web 3.0 and the last presentation uses an example of a "postage stamp" to explain the "semantic web".
Tuesday, July 10, 2012
Thursday, July 5, 2012
Monday, June 25, 2012
Wordpress Development
Great website for wordpress developers where you can find lot of plugins... below is the link of the website
http://www.gopiplus.com/work/
http://www.gopiplus.com/work/
Subscribe to:
Posts (Atom)
How to change the PHP version for subfolders or subdomains
How to change the PHP version for subfolders or subdomains Setting a specific PHP version for a specific websites, subfolders or subdomain...
-
What is PHPSpreadSheet Library PHPSpreadSheet library is purely writter in PHP and it main purpose of communicate your PHP application with ...
-
cURL is software which you can use to make various requests using different protocols. PHP has the option to use cURL and in this article, w...
-
I would make a function that checks every selected value, and then enables all option s, searches through the .staff_list s for option s ...