Jump to content
php.lv forumi

Recommended Posts

Posted

Labvakar.

Galīgi netieku gudrs.

 

Vēlos izpildīt kveriju caur php:

 

Kverijs: 

$vouc = 'xxx';
$sql =           "
		SET FOREIGN_KEY_CHECKS=0;
		INSERT INTO salesrule (name)VALUES('$vouc');
		SET FOREIGN_KEY_CHECKS=1;
		";
mysql_query($sql) or die (mysql_error());

Caur phpmyadmin SQL kverijs izpildās.

Caur PHP saņemu kļūdu: 

 

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 'INSERT INTO salesrule (name)VALUES('xxx'); SET FOREIGN_KEY_CHECKS=1' at line 2

 

Ticu, ka risinājums ir elementāri elementārs, taču zinu, ka svaiga acs to ieraudzīs.

Paldies :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...