Hello

I have a string like $str="Hello World > <<";
and i want to find the first occurance of any one of the char in " " or "<"

$sp=strpos($str,">")
Did not work, beacuse in this I can give only one char....

Can i give filter in this as "[ >]"
If yes then how?

Or any other idea to get this ...
--
Bye, and  Have a nice day.

Prachait Saxena

If you do for other's !
Other's will do for you !!

Visit me at http://www.sitesontesting.com/prachait









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

Reply via email to