Hi odd question to ask but am trying to simulate a user issue upon our site.
Is it possible to delay a reponse from an ajax request.
What I am looking to simulate is what happens to our page when no reponse comes back from a valid url.
appreiciate any pointers
Thanks in advance
Use this in your PHP: http://php.net/manual/en/function.sleep.php
If you got a timeout set at 30 seconds, the timeout will be called.