Posted by MattMika on 06/06/06 22:16
How can I properly comma separate the list below? <? while (list($key,$value) = each($Sizes)) {echo "$value, ";} ?> As you can see this will put a comma after the last value, I'd like to have no comma after the last value. What functions/technique can I accomplish this with? TIA for any tips Matt Mika
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming