Voting

: nine plus zero?
(Example: nine)

The Note You're Voting On

Anonymous
15 years ago
in regards of posting from:
arr1 at hotmail dot co dot uk

if you use/write sessions you need to do this before:
(otherwise it does not work)

session_write_close();

and if wanted:

ignore_user_abort(TRUE);
instead of ignore_user_abort();

<< Back to user notes page

To Top