Thread
:
Function Execution
View Single Post
#
6
06-14-2007, 12:05 AM
godofwarares
Webmaster
Join Date: Dec 2006
Location: Florida
Posts: 552
I usually do something like
PHP Code:
while (var ==
null
)
{
sleep
(
0.5
);
}
It will stay in the loop while the variable is
null
, and when it is set, it continues. This is what I use when i'm loading something from the serverside on clientside
__________________
What signature? I see no signature?
godofwarares
View Public Profile
View GraalOnline Profile
Visit godofwarares's homepage!
Find all posts by godofwarares