On Tuesday 25 June 2002 16:31, Uma Shankari T. wrote:
> Hello,
>
>
> Is there any built in function in php to read character by character of
> the value stored in the variable...??
Assuming your variable holds a string then you could do:
$doo = "dah";
echo $doo{2}; // displays 'h'
--
Jason Wo
Hello,
Is there any built in function in php to read character by character of
the value stored in the variable...??
Thanks & Regards,
Ums
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2 matches
Mail list logo