Keep PHP Script Running After User Exit

Use this setting to keep your PHP script executing after the user closes the connection:






ini_set('ignore_user_abort', '1');

Comments

Popular Posts