error in php page

Avatar
  • Answered
Notice: Undefined index: fileupload1 in F:\xampp\htdocs\Lists11\admin\banners-edit.php on line 17 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 'order='12', short_code='', format='', width='200', height='200',picture1='', lin' at line 1
Avatar
Scott
Hello, This error means that the query statement you are trying to run is incorrect. The nice thing about this error is that it tells you where to look. In this case it says "near 'order='12', short_code='', format='', width='200', height='200',picture1='', lin' at line 1. You will want to start there. We have an article on the MySQL 1064 error that is very popular. It has the most common causes of the error. You can use it to check your query and database to see what is not matching and then correct it. Kindest Regards, Scott M