Terion Miller wrote:
I have read the whole forum at php.net on implode and I still don't get why
this one does not work

if (isset($_POST['BannerSize'])){$BannerSize =
implode($_POST['BannerSize'],',');} else {$BannerSize = "";}

someone please help

Is $_POST['BannerSize'] an array?

e.g. IS there:

$_POST['BannerSize'][1]
$_POST['BannerSize'][2]

Or something similar?

- Craige

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to