????

Codice PHP:

<?php
if ($a $b) {
    
header("Location: ./pagina1.php");
} else {
    
header("Location: ./pagina1.php");
}
?>