Mi da errore ma le variabili a me risultano definite, comunque funziona tutto
Notice: Undefined variable: ritenta in /membri/gruppoalveo/scrivimi2.php on line 244
Notice: Undefined variable: meta in /membri/gruppoalveo/scrivimi2.php on line 246
Notice: Undefined variable: ritenta in /membri/gruppoalveo/scrivimi2.php on line 244
Notice: Undefined variable: meta in /membri/gruppoalveo/scrivimi2.php on line 246
PHP:
$ritenta = '';
$meta = '';
…
if ($errore) {
$ritenta ="$errore";
$ritenta .="<meta http-equiv=\"refresh\" content=\"1; url=index.php?ritorna_scrivimi\">";
}
else {
$meta = "Messaggio inviato!";
$meta .= "<meta http-equiv=\"refresh\" content=\"1; url=index.php\">";
…
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="script.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="style.css">
<title>Scrivimi2</title>
</head>
<body id="scriv2">
<?=$ritenta;?> <------RIGA 244
<?=$meta;?> <--------RIGA 246
</body>
</html>
Ultima modifica: