Error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'll post here my work and I hope you will like it. I hope you have a nice day.' at line 1
php
<?php $idUpdate = $_POST['id']; $titleUpdate = $_POST['title']; $contentUpdate = $_POST['content']; $dateUpdate = $_POST['date']; mysql_query("UPDATE blogData SET title = '".$titleUpdate."' AND content = '".$contentUpdate."' AND date = '".$dateUpdate."' WHERE id = '".$idUpdate."'") or die(mysql_error()); ; }; ?>
Moze ktos mi wytlumaczyc to?
Pierwszy raz widze taki blad.