pls mi aiutate a trovare qui il Parse error? E' segnalato nella riga 52...
<?php
ob_start();
?>
<html>
<head>
<title>Time Guardian</title>
</head>
<body bgcolor="#E5E5E5">
<?php
function WriteToFile ($linkerror) {
$file = "linkerrors.txt";
$open = fopen ($file, "a");
if ($open) {
fwrite ($open, "$linkerror\n");
fclose ($open);
$worked = true;
} else {
$worked = false;
}
return $worked;
if ($worked = false) {
print ("ERRORE DURANTE L\'INVIO, TORNA INDIETRO E RIPROVA");
} else {
header ("Location: errors.php?intrusion=false");
exit;
}
?>
</body>
</html>
Pls Help! mi dite anche come risolverlo quando lo trovate pls?
tnx,
ciao!