include functions #27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Aer Information
48b2e9d1c6
Your problem description
Include functions [include(), include_once(), require(), require_once()] does not check for opening and closing bracket. They can be called both:
include('file.php');
and
Expected results
Describe here, what output and/or software behave did you expect.
Current results
Provide here current result and program output.