ho risolto grazie a te
<?php
session_start();
?>
<?php
if( $_SESSION['security_code'] == $_POST['security_code'] )
{
echo 'si' ;
} else {
echo 'no' ;
}
?>
grande !!!!!
ho risolto grazie a te
<?php
session_start();
?>
<?php
if( $_SESSION['security_code'] == $_POST['security_code'] )
{
echo 'si' ;
} else {
echo 'no' ;
}
?>
grande !!!!!