ini_set("register_globals", 1);
>>> "Sjef Janssen" <[EMAIL PROTECTED]> 12/13/02 09:39AM >>>
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 blab
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