Jump to content

Syntax error help


jamesxg1

Recommended Posts

 $sql = "INSERT INTO `settings` (comapnyname, `companyurl`, `companyslogan`, `companytitle`, `companycopyr`) VALUES($companyname, '$companyurl', '$companyslogan', '$companytitle', '$companycopyr')";
  mysql_query($sql) or die(mysql_error());
header('Location: MenuControl.php?form=order');

 

i have a syntax error but i cant find it for love of god.

Link to comment
https://forums.phpfreaks.com/topic/153072-syntax-error-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.