Firstly I'm using the deprecated mysql
functions (instead of mysqli
) knowingly, so please do not tell me I should change to mysqli
.
My question is: if I want to do an INSERT or UPDATE and continue processing the PHP script immediately, without waiting for MySQL to complete the task, can I use mysql_unbuffered_query
(is that what is does?) or if not, how can I achieve that?