Posted by Michael Fesser on 06/19/07 16:05
..oO(ZeldorBlat) >It's worth noting that you can also address individual characters in a >string like an array: > >$str = '3567'; >echo $str{2}; echo $str[2]; The {} syntax will be deprecated in PHP 6. Micha
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming