Hello Everyone!
This is my code
************************************************
if (count($array_id)==1)
{
$string_id=$array_id;
}
else
{
$string_id= implode(":",$array_id);
}
************************************************
I've been testing it for three days and never had an error, now it comes and
goes. Do you know what could be wrong?
$array_id is an array of integers
Thanks in advance
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]