allora inserendo il primo codice :
<?
$page="main page";
include("config.php");
include("isloggedin.php")
?>
questo mi include benissimo ma, poi mi dice:
The structure of the contents is nice and straight forward. Just add the following an put your code in the relevant sections:
(La struttura del soddisfare è piacevole e diritto di andata. Aggiunga appena seguente messo il vostro codice nelle sezioni relative):
<?
if($isloggedin==false){
NOT LOGGED IN CODE OR MESSAGE
elseif($isloogedin==true){
YOUR PROTECT PAGE CONTENTS
}
?>
inserendo queste stringhe mi da errore su: (prima su NOT LOGGED IN CODE OR MESSAGE)
cancellandolo mi dà:
(Parse error: syntax error, unexpected T_ELSEIF in /membri/xxxx/xxxx/prova.php on line 10) che sarebbe :
elseif($isloogedin==true)
ho provato anche a correggere "isloogedin" A "isloggedin" ma non cambia niente.
(help my!!!!!!!!!!!!!!!!!)