PHP : How to hide errors
Saturday, May 22nd, 2010You can try this one:
error_reporting(0);
You can try this one:
error_reporting(0);
Tags: hide-errors
Posted in Php Issues | No Comments »
Get yesterday:
$yesterday=date(“d-m-Y”, time()-86400);
Get Last week’s:
$lastweek=date(“d-m-Y”, time()-604800);
Tags: date, PHP
Posted in Php Issues | No Comments »
You are currently browsing the archives for the Php Issues category.
webslave.ws Powered by Wordpress
Entries (RSS)
and Comments (RSS).