Return to Snippet

Revision: 34179
at October 19, 2010 01:54 by apricot_13


Updated Code
$fields="";
		foreach($webinarid as $line) {
		
		
		$webid	=	($webid!="")?$webid.",".$line:$line;
		
		
		}

Revision: 34178
at October 19, 2010 01:54 by apricot_13


Initial Code
$fields="";
		foreach($webinarid as $line) {
		
		
		$webid	=	($webid!="")?$webid.",".$line:$line;
		any i
		
		}

Initial URL
http://www.daniweb.com/forums/thread253926.html

Initial Description


Initial Title
no start/end commas

Initial Tags


Initial Language
PHP