PHP interesse |
|
$query="INSERT INTO huiswerk (naam, email, tegen, van, vak, omschrijving) VALUES ('".$naam."', '".$email."', '".$tegen."', '".$van"', '".$vak."', '".$omschrijving."')";
$query="INSERT INTO huiswerk (naam, email, tegen, van, vak, omschrijving) VALUES ('".$naam."', '".$email."', '".$tegen."', '".$van"', '".$vak."', '".$omschrijving."')";
is mijn regel 13
$omschrijving=$_POST['omschrijving'];
$omschrijving=$_POST['omschrijving'];
is hetgene ervoor komt. ik vind de fout niet, langs google vond ik dit:
if you're getting this error, it most likely means that you simply
forgot a `;' somewhere previously (e.g.:
echo'this is stuff to echo';
echo'this is more stuff to echo'
function_name($variables);
)
look closely at all the code that comes before
your 'T_CONSTANT_ENCAPSED_STRING' error, especially the line
immediately before.
:)
maar dit checkte ik al
|