Onbekend |
|
dit heb ik staan in mijn gastenboekje om de plaats aan te duiden :
<?php // schrijf nieuwe bericht + alle oude in $file
fwrite($fopenw, "
\n\n<!-- bericht -->\n
<b>$naam</b> <$email><br>\n
<blockquote><p>$bericht</p></blockquote>\n
<p>$woonplaats - $datum</p>$msgs
");
<?php // schrijf nieuwe bericht + alle oude in $file \n\n<!-- bericht -->\n <b>$naam</b> <$email><br>\n <blockquote><p>$bericht</p></blockquote>\n <p>$woonplaats - $datum</p>$msgs ");
nu zou ik graag dat in een mooie tabel zetten ieder bericht maar ik krijg een parse error (ps leuk hoor met mijn status *zucht*) dit is mijn stukje:
<?php // schrijf nieuwe bericht + alle oude in $file
fwrite($fopenw, "
\n\n<!-- bericht -->\n
<table bgcolor="dit" bordercolor="dat"><b>$naam</b> <$email><br>\n
<blockquote><p>$bericht</p></blockquote>\n
<p>$woonplaats - $datum</p></table>$msgs
");
<?php // schrijf nieuwe bericht + alle oude in $file \n\n<!-- bericht -->\n <table bgcolor="dit" bordercolor="dat"><b>$naam</b> <$email><br>\n <blockquote><p>$bericht</p></blockquote>\n <p>$woonplaats - $datum</p></table>$msgs ");
ik zie geen fout behalve dat die variabele $msgs buiten de tabel staat help aub
vintage edit: code tags....
|