If the user clicks the button that will make the ajax post-call to the php file, then moves to the side of the website or closes the window, will the php file work completely until it ends?
I want the file to upload material to my server and send a bunch of information to the mysql database. This may take a minute or two. But I want the task to be completed completely no matter what the user does.
if an ajax message / request is sent, will the file be completely completed?
Thanks for any info.
source
share