Hi.. i have a problem about the splitting the string. here is my coding:
$ref = "2000-01-01,1002";
list ($mydate,$myno) = split(",",$ref);
echo $mydate;
echo "<br>";
echo $myno;
but it is not working at all, can someone help to work it out?
thank you so much...