Ciao.
Puoi fare in questo modo:
che è uguale a:$postValue = isset($_POST['del']) ? $_POST['del'] : '';
Per isset puoi andare a vedere quiif(isset($_POST['del']))
{
$postValue = $_POST['del'];
}
else
{
$postValue = '';
}
Stammi bene.
Ciao.
Puoi fare in questo modo:
che è uguale a:$postValue = isset($_POST['del']) ? $_POST['del'] : '';
Per isset puoi andare a vedere quiif(isset($_POST['del']))
{
$postValue = $_POST['del'];
}
else
{
$postValue = '';
}
Stammi bene.
Without faith, nothing is possible. With it, nothing is impossible
http://ilwebdifabio.it