ho provato a far cosi:
ma esce la scritta ciao benvenuto..., sembra che non funzionicodice:<? if (isset($_REQUEST['first_name'])) { $first_name = $_REQUEST['first_name']; } else { $first_name= ''; } ?> <? if ( empty( $first_name ) ) { ?> <center>Ciao benvenuto su pm25.it, puoi fare il login Qui, oppure registrarti <a href="iscrizione.php">Qui </a> </center> <center><? } else { include 'db.php'; include ('personale.php'); ?></center> <center>Logout</center> <? } ?>