Codice PHP: while(true){ if( controlla_stringa() ){ break; } else { sleep(5); } } questo può fare al caso tuo?
while(true){ if( controlla_stringa() ){ break; } else { sleep(5); } }
Reality is that which, when you stop believing in it, doesn't go away
Regole del Forum