PHP Problem

They have: 850 posts

Joined: Jul 1999

I have PHP 3 Win 32 version installed on my computer, and I started playing around with it.
I tried using
use preg_match_all(). I tried some code that I had written as well as code that came form the manual, but I always seem to get the error
"Undefined or Unsupported preg_match_all()".

Anyone know what is wrong, and what I can do to get this fixed?

------------------
Due to precipitation, for a few weeks K2 is bigger than Mount Everest.

They have: 112 posts

Joined: Apr 1999

Rob,
To my knowledge the perl like regular expression functions are only supported on PHP 4. However some PHP 4 functions are also supported on some of the latest versions of PHP 3. Try downloading 3.0.12 or above.
Hope this helps.

Joe

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.