si, ma inserito al posto giustoOriginariamente inviato da dado86ssj
Devi usare un redirect:![]()
Codice PHP:
if( $userdata['session_logged_in'] )
{
?>
CONTENUTO DELLA PAGINA
<?php
}
else
{
header("Location: errore.php");
}
?>
si, ma inserito al posto giustoOriginariamente inviato da dado86ssj
Devi usare un redirect:![]()
Codice PHP:
if( $userdata['session_logged_in'] )
{
?>
CONTENUTO DELLA PAGINA
<?php
}
else
{
header("Location: errore.php");
}
?>
think simple think ringo