Jump to content

Question?


Trium918

Recommended Posts

It might be due to unexpected closing of the query string by the characters(',"') when inserted in the other sense by us.

The solution is to try avoid these or

Use different qutoation marks for starting and ending of the query string as:

$query="  Here the symbol ' can be inserted";

$query='Here the symbol "" can be inserted';.

 

This is my opinion and I tried in some cases and had worked but never tried with the words like can't and so on.

Link to comment
https://forums.phpfreaks.com/topic/60289-question/#findComment-300004
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.