non è propriamente per loggare.
è che a seconda del'utente visualizzo un menu dufferente, e quindi devo sapere se un utente è loggato o meno per visualizzare il menu di login o meno.
per quanto riguarda sessio_start, lo devo mettere cosi?
mi da solo un warning in meno :codice:<?php session_start(); $_SESSION['log'] = "logoff"; ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Fantafrosties</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <h1> <?php $out = $_SESSION['log']; print($out); ?> </h1> </body> </html>
riesci mica a farmi vedere un esempio di dove mettere il codice session_start()codice:Warning: open(/tmp\sess_d7feccba2e44fc23a237a0a006d5f7c9, O_RDWR) failed: No such file or directory (2) in d:\siti\fantacalcio\home.php on line 2 logoff Warning: open(/tmp\sess_d7feccba2e44fc23a237a0a006d5f7c9, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
grazie!

Rispondi quotando