RE: Error. Need help (Bad arguments.)

2006-12-04 Thread John Trammell
Sounds more like a PHP error than a MySQL error. -Original Message- From: John [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 12:53 AM To: mysql@lists.mysql.com Subject: Error. Need help (Bad arguments.) I get this error: Warning: implode(): Bad arguments. in /home/b/cl

Error. Need help (Bad arguments.)

2006-12-03 Thread John
I get this error: Warning: implode(): Bad arguments. in /home/b/cl/TP2/admin/defaults.php on line 102 102-104 Code is: { $cat_array=explode(":",$_POST['cat_str']); } Ideas?