Example #1
0
                <label class="err">
                    Accesso temporaneamente disabilitato per manutenzione.
                </label>
            </div>
        <?php 
}
?>

        <div <?php 
if ($a->ErrorsOccurred === true) {
    echo "class=\"err\"";
} else {
    echo "class=\"ok\"";
}
?>
 >
                <?php 
if (isset($a->ErrorsOccurred)) {
    echo $a->ResultStatus;
}
?>
        </div>

    </div>
</form>

<?php 
$date->timerStop("End");
echo "<pre> POST SESSION: ";
print_r($_SESSION);
echo "</pre>";