no, io ti avevo dato solo l'input, questo è quello completo:
Codice PHP:
$campo[1] = "Nome";
$lunghezza_campo[1] = "25";
$lunghezza_max_campo[1] = "15";
If (
is_int(lunghezza_campo[1]))
{
echo 
'<h3 align="center">Non è possibile inserire caratteri numerici nel campo "lunghezza_campo[1]"</h3>'
$lunghezza_campo[1] = ""
}
If (
is_int(lunghezza_max_campo[1]))
{
echo 
'<h3 align="center">Non è possibile inserire caratteri numerici nel campo "lunghezza_max_campo[1]"</h3>'
$lunghezza_max_campo[1] = ""
}
If (
is_int(campo[1]))
{
echo 
'<h3 align="center">Non è possibile inserire caratteri numerici nel campo "campo[1]"</h3>'
$campo[1] = ""