Hallo,
I used to have php3 installed on my machine. Now I installed php4 (4.2.3)
and it seems parameters are handled differently.
In a function I have a parameter set to a default value, as:
function blabla($p1=0,$p2=0)
{
}
I get an error when calling the function saying that the parameters are
empty!
Secondly I use $PHP_SELF to set the action in a form. The error says
$PHP_SELF is also empty. Apparently this changed since 4.1.0.
Is there a way to make this work instaed of rewriting all my scripts
containing forms?
Thanks,
Sjef
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php