Posted by Exyle on 10/15/99 11:20
Thanks guys! I was looking around and managed to figure out another way which I'll post here incase anyone curious happens to stumble across this thread: $string = "Hello"; for($i = 0; $i < strlen($string); $i++) { $array[$i] = substr($string, $i, 1); }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming