Is this over kill? Is there a "better" way? I have an array.
I want to display all occurences of strings that start with "a" or "A".

http://www.php.net/manual/en/function.substr.php
$rest = substr($mystring, 0, 1); // returns "a"

?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to