The php manual says enough. Still I didn’t realize this and got stommed on this one far too long.
auto_append_file string
Note: If the script is terminated with
exit(), auto-append will not occur.
exit() & die() do the same thing.
Another tech Blog
The php manual says enough. Still I didn’t realize this and got stommed on this one far too long.
auto_append_file string
Note: If the script is terminated with
exit(), auto-append will not occur.
exit() & die() do the same thing.