[FX.php List] A little help with strings and arrays

Derrick Fogle derrick at fogles.net
Mon Mar 19 19:33:34 MDT 2007


Yeah, can't do that. Either use the @ (error suppression) like:

@implode ("\r\n",$_POST['category'])

...or just do the if(isset()) on a line above where you need the  
imploded result.

On Mar 19, 2007, at 8:20 PM, Steve Bennett wrote:

> 'category'=> if(isset($_POST['category'])){implode ("\r\n",$_POST 
> ['category'])}


Derrick Fogle
derrick at fogles.net





More information about the FX.php_List mailing list