> Is there a preg to find a "?" in a string since a "?" is used for
> calculations as I see it.
> 

You just need to escape it with a backslash, e.g. \?

Good luck,


Marco

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

Reply via email to