Hi Leute!
Wenn ich ne Funktion wie unten mit Parametern aufrufen will, bekomm ich immer nen Error, wieso?
Warning: Missing argument 1 for functions_xyz() in ../inc/functions.php on line 17
Warning: Missing argument 2 for functions_xyz() in ../inc/functions.php on line 17
Wenn ich ne Funktion wie unten mit Parametern aufrufen will, bekomm ich immer nen Error, wieso?
PHP-Code:
functions_xyz("$output[user_status]", "status_short");
Warning: Missing argument 1 for functions_xyz() in ../inc/functions.php on line 17
Warning: Missing argument 2 for functions_xyz() in ../inc/functions.php on line 17
Kommentar