View Single Post
  #6  
Old 06-14-2007, 12:05 AM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
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?
Reply With Quote