Welcome Guest, Not a member yet? Register   Sign In
Array Within an Array
#1

[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']);




Theme © iAndrew 2016 - Forum software by © MyBB