> ie. Oops! Hit the right keys at the wrong time! :) if (! count ($array_id)) { echo '$array_id is empty or not set.'; } else if (1 == count($array_id)) { $string_id=$array_id; } else { $string_id= implode(":",$array_id); } --zak -- 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]
- [PHP] All of a sudden I get Warning: Bad argume... Martin Cabrera Diaubalick
- Re: [PHP] All of a sudden I get Warning: B... Zak Greant
- RE: [PHP] All of a sudden I get Warnin... Zak Greant
- RE: [PHP] All of a sudden I get Warning: B... Maxim Maletsky