Today is the most memorable and unforgettable day for us , Pakistan came into being at 14th August 1947 .
i m celebrating the independence day with u all people as well ..
ENjOY !
Sharing PHP/MYSQL | ASP.NET/MSSQL Experiences
Failure takes u higher than success !
Wednesday, August 13, 2008
Thursday, August 7, 2008
Build a Web 2.0 Voting Widget with Flex: Part II
i won a hard copy from site point !
hurry u can also win here it is the link .
http://www.sitepoint.com/article/voting-widget-flex-3-part-2
read the article and then a quiz .u have to win this quiz to get the book .
84 books left .
HURRY !
hurry u can also win here it is the link .
http://www.sitepoint.com/article/voting-widget-flex-3-part-2
read the article and then a quiz .u have to win this quiz to get the book .
84 books left .
HURRY !
Tuesday, August 5, 2008
Allow ,Disallow of specific files in websites
use robots.txt file for this ,
you will learned alot follow this link :
http://www.robotstxt.org/orig.html
you will learned alot follow this link :
http://www.robotstxt.org/orig.html
Tuesday, July 29, 2008
Date Addition and Subtraction in PHP
Hi guys
today i started my blog , i hope i will share lots of good experiences with you .
i start with a very handy approach that i learned today in php , adding or subtracting dates .
here is the code
echo date('Y-m-d', strtotime("+28 days"));
echo date('Y-m-d', strtotime("-28 days"));
echo date('Y-m-d', strtotime("+2 months"));
echo date('Y-m-d', strtotime("+2 years"));
today i started my blog , i hope i will share lots of good experiences with you .
i start with a very handy approach that i learned today in php , adding or subtracting dates .
Date Addition and Subtraction
here is the code
echo date('Y-m-d', strtotime("+28 days"));
echo date('Y-m-d', strtotime("-28 days"));
echo date('Y-m-d', strtotime("+2 months"));
echo date('Y-m-d', strtotime("+2 years"));
Subscribe to:
Posts (Atom)