El Forum
10-14-2009, 07:36 PM
[eluser]ShoeLace1291[/eluser]
I'm using implode to return the value of an array that's set by a multiple drop down selection. When I return it, I get an error saying "Fatal error: [] operator not supported for strings in /home/srchdev/srchdev.justinlosh.com/system/libraries/Upload.php on line 842"
$categories = implode(',', $_POST['categories']);
I'm using implode to return the value of an array that's set by a multiple drop down selection. When I return it, I get an error saying "Fatal error: [] operator not supported for strings in /home/srchdev/srchdev.justinlosh.com/system/libraries/Upload.php on line 842"
$categories = implode(',', $_POST['categories']);