![]() |
|
|
+ Search |
![]()
|
Jul 11th, 1999 06:10
Nathan Wallace, Rasmus Lerdorf
Each PHP script has only one thread to execute in. That means that the script must be executed in order. You cannot just perform two database queries simultaneously from a script. You must execute the first, wait for it to finish, and then execute the second query.