...amount of time? right now im using PHP CURL_FOLLOWLOCATION to follow the location of a website's redirection
but the problem is PHP consider the script as executed as soon
as there's no loading activity. but sometimes a webpage get's loaded completely then after a few seconds the redirection happens.
how can i get PHP to wait for redirection ?
but the problem is PHP consider the script as executed as soon
as there's no loading activity. but sometimes a webpage get's loaded completely then after a few seconds the redirection happens.
how can i get PHP to wait for redirection ?