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