Likes Received By n3r0x
-
chandan123 liked n3r0x's post in the thread how to convert time format like this 1272709634 into real time format ?.
$time = 1272709634; $formatted = date("Y-m-d h:i:s",$time); // Produces the format: 2010-01-01 02:30:01 for more information on...
May 1, 2010 -
emozunny liked n3r0x's post in the thread Date and time - insert into website.
I always store it in the database using a bigint(12) , and the function time() and when extracting using date("Y-m-d h:i",$time) But...
Mar 12, 2010 -
jpinheiro liked n3r0x's post in the thread GD Library to place text on image [HELP].
Easiest way would be to add an image on top of that one, using the one you have as background.. check...
Dec 9, 2009 -
mokimofiki liked n3r0x's post in the thread Rewrite links to work without using querystrings?.
Find the code part where it say href="http://www.mofikiworldwide.com/viewblog.php?blogid=$id and alter it to say...
Nov 21, 2009