Hi
I tried to run some of my old (and error free) php3 files under php4.
Now, when try to run the script i get the error message
\"Warning: Wrong parameter count for strpos()\"
The line which the error is referring to looks like this:
$endpos=strpos($hit,$escapeCode,$beginpos);
I have no idea why i get this error.
TIA Thomas