| 2 |
Suggestion from @olleolleolle: Do not include(), do this instead:
require_once 'other_file.php'; // require will fail HARD, stopping the script.
Both include and require and include_once and require_once are
language statements, not functions, thus, do not use the ()'s on them. |
peter |
429d 05h 08m |
/getstatements/ |