no start/end commas


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $fields="";
  2. foreach($webinarid as $line) {
  3.  
  4.  
  5. $webid = ($webid!="")?$webid.",".$line:$line;
  6.  
  7.  
  8. }

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.