Forum Moderators: coopster
$e_when is my time formated in the time mktime takes(08,00,00,09,20,2004)but this doesn't return the time?
$e_when2= mktime($e_when);
is it taking $e_when as the first veriable passed and leaving all the others empty? (that's what I think it is doing) How can I get it to grab it as the multiple parramiters? do i have to split the string up into an array then pass each one or is there a function to do this?
Sarah