Hi,
I am wondering if there is an equivalent of DoEvents in PHP.
Indeed I have to wait for the end of execution before something is displayed on my browser, which is not nice especially if I want to troubleshoot...
Thanx for your help.
Wongy
Equivalent of DoEvents
Moderator: General Moderators
Actually, I have a list of IP addresses that I submit to the script.
For each of them, it has to execute : nbtstat -A IP_Address. It has to display the result after each execution. But for some of the IP addresses, it just hangs, and I do not see any result.
(this is also linked to my other question: time limit)
For each of them, it has to execute : nbtstat -A IP_Address. It has to display the result after each execution. But for some of the IP addresses, it just hangs, and I do not see any result.
(this is also linked to my other question: time limit)