guest-9c4773
Last posts :
php, 2010-03-04 04:46:12
PHP explode()
<?php for($i=1; $i<=5; ++$i) { $a=$i; } $ma=explode(",",$a); echo $ma; ?>