Posted by Cmac on 02/23/06 21:34
$string = $_POST['something']; $chars = preg_split('//', $string, -1, PREG_SPLIT_NO_EMPTY); list($pone,$ptwo,$pthree,$pfour,$pfive,$psix,$pseven) = $chars; you can split a string into an array this way too...
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming