How to run more than 1 php script request same time?
When I try to run 2 different PHP script by separate browser's tab on localhost. 2nd request waiting to execute, while running first request.
After first one is finished 2nd request started to execute.
On server multiple requests in same time working fine.
I tried xampp and wampp both have same issue.