PHP interesse |
|
er zit en fout in regel 79:
<? include("errors/site_errors.php");
$foutmailinhoud = "Er is een fout opgetreden bij het versturen van een mail.<br> <strong>foutmelding:</strong>"
"<br> <strong>pagina:</strong> index.php?pagina=admin/klanttoevoegen<br>
<strong>gebruiker:</strong> ".$_SESSION['usr_klant_id'].;
include("functions/email_fouten.php");
}
}
} ?>
<? include("errors/site_errors.php"); $foutmailinhoud = "Er is een fout opgetreden bij het versturen van een mail.<br> <strong>foutmelding:</strong>" "<br> <strong>pagina:</strong> index.php?pagina=admin/klanttoevoegen<br> <strong>gebruiker:</strong> ".$_SESSION['usr_klant_id'].; include("functions/email_fouten.php"); } } } ?>
regel 79 is daar bij die sessie
en de fout melding is: [b] unexpected T_CONSTANT_ENCAPSED_STRING/b]
|