Posted by Al Binns on 02/23/06 20:47
monomaniac21 wrote: > Thanks noone, how can you convert a text field into an array? or how > can you create an array field in mysql? > I'd use the explode() function <?php $str = "1,2,3,4"; $arr = explode(",",$str); print_r($arr); ?>
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming