Likes Received By designpack
-
iitstudent liked designpack's post in the thread Can i remove 'viewstat' from a ecommerce site.
Viewstate is used to store variables to remember for the page life cycle you should not remove the code if you dont know how to code it....
May 12, 2013 -
worldart liked designpack's post in the thread Convert date format with PHP.
You can use explode to break string into array using $arr=explode("-",$da); and then reverse array using array_reverse($arr); and then...
Apr 21, 2013 -
technoguy liked designpack's post in the thread Convert date format with PHP.
You can use explode to break string into array using $arr=explode("-",$da); and then reverse array using array_reverse($arr); and then...
Apr 20, 2013