Is mysql_query under PHP a blocking function?

Posted by susmits on Stack Overflow See other posts from Stack Overflow or by susmits
Published on 2010-04-16T12:02:05Z Indexed on 2010/04/16 12:03 UTC
Read the original article Hit count: 245

Filed under:
|
|

Suppose I am executing several queries on the server using mysql_query. The results of every query affect the subsequent query. Will every call of mysql_query be completely executed before control moves on to the next one?

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql-query