Posted by Evert on 03/19/05 22:09
Ben3003 wrote:
> code:
>
> $array = array();
> $array[] = $Day;
> $array[] = $month;
> $array[] = $year;
>
> $comma_separated = implode("-", $array);
What does print_r($array) say, and what are the contents of
$comma_separated after you imploded the array?
grt,
Evert
[Back to original message]
|