Jump to content

[SOLVED] single quotes


sherrilljj

Recommended Posts

Hello, everyone

 

I am using mysqli_query to call a stored procedure, passing some variables.

 

The codes appear as below

Mysqli_query($link,"call SPName('$VariableA')");

 

The value of $VariableA contains single quotes,  such as  $VariableA="Sth'S"

 

Then the system gets confused:

call SPName(\'Sth\'S\')can not execute the SP.

Errorcode : 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 \'S\')\' at line 1

 

Anyone knows how to solve this problem?

Thanks in advance.

Best

 

Link to comment
https://forums.phpfreaks.com/topic/62041-solved-single-quotes/
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.