Tuesday, July 28, 2009

How can I use php to look for a specific character in text?

I want to be able to pick out text with a character such as the % sign from a page.

How can I use php to look for a specific character in text?
There are a number of functions that you can use to do this. For example, ereg().


See


http://www.php.net/manual/en/function.er...


No comments:

Post a Comment