ERROR: Deprecated: Function split() is deprecated in... /adminPage.php on line 262
how would code look when (if) replaced with "explode"
260 <? 261 if($dtime){ 262 $m=split('[-," "]',$dtime); 263 $s=date("jS F Y", mktime(0, 0, 0, $m[1], $m[2], $m[0])); 264 }
thanx in advance,
a
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.