What happens if no file path is given in include() function?
Options
- PHP continues to execute the script.
- Results in a fatal error
- Include_path is made use of
- It haults the script.
CORRECT ANSWER : Include_path is made use of
Write your comments