http://www.fsf.org/ or write * to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. * */ // ERROR check $error_ok = false; while (true) { // :-) This is a great trick to have a break to stop code execution ... ;-) $error = "Problema sconosciuto con ERROR server"; include ("error_check2.php"); // We are OK with ERROR $error_ok = true; break; } //!! $error_ok variable contains TRUE if SERVER is OK, FALSE on errors ?>