<?
include 'config.php';
$pass=$_POST['password'];
if($pass=='password'){
include 'index2.html';
io ho questo,e poi nel file config ho questo:
<?
$password="passo"; # valore password
?>
come devo modificare?
<?
include 'config.php';
$pass=$_POST['password'];
if($pass=='password'){
include 'index2.html';
io ho questo,e poi nel file config ho questo:
<?
$password="passo"; # valore password
?>
come devo modificare?