Posted by Skeleton Man on 01/05/07 05:09
Correction to my code: >for ($i=1;$i<=strlen($myString);$i++) That should be: for ($i=0;$i<strlen($myString);$i++) (I didn't realise string indexes started at 1 in C and not 0 like PHP) Chris
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming