Thanks for help Daniel Clark. I know i must use isset function but that was
not the issue. But thanks anyway:)
Curt Zirzow thanks for your reply also. But that has nothing to do with
reference. If you use reference or not.. it still would not result in an
error (hee... I want an error :P)
Matt Ma
guess somehow PHP does something to the function argument if it does not
exist: Creating it and give it the NULL value. But this should at least give
us a warning because it could result in unwanted code!
But i dunno know this for sure. Could anybody help me on this?
"Amon" <[EM
["test_arr"] to $arr_test like this:
functionX($_POST["test_arr"])
$arr_test = $_POST["test_arr"];
Knowing that $_POST["test_arr"]) does not exist.. this code will not result
in a error.
Is this a bug,error,etc? Should this not also produce a novice error?
T
["test_arr"] to $arr_test like this:
functionX($_POST["test_arr"])
$arr_test = $_POST["test_arr"];
Knowing that $_POST["test_arr"]) does not exist.. this code will not result
in a error.
Is this a bug,error,etc? Should this not also produce a novice error?
T
["test_arr"] to $arr_test like this:
functionX($_POST["test_arr"])
$arr_test = $_POST["test_arr"];
Knowing that $_POST["test_arr"]) does not exist.. this code will not result
in a error.
Is this a bug,error,etc? Should this not also produce a novice error?
T
5 matches
Mail list logo