Closed dtan closed 10 years ago
If there is no recipes.php file, then the $recipes array will not exist. If the is_array method is called on an undefined variable, the process dies doesn't throw any useful server error.
recipes.php
$recipes
is_array
If there is no
recipes.php
file, then the$recipes
array will not exist. If theis_array
method is called on an undefined variable, the process dies doesn't throw any useful server error.