Posted by Janwillem Borleffs on 03/09/06 22:34
Erwin Moller wrote: > if (substr('abcd',0,1) == 'a') ... > Or simply: $str = 'abcd'; if ($str{0} == 'a') ... JW
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming