sqlite - Warning: SQLite3::exec(): near &quot;http&quot;: syntax error when I am Updating field with <link src>? -




i error in updating field in sqlite3 database:

$txt_font   =  str_replace( "'" , "\'" , $_post['txt_font'] ); 

which stored in database enter image description here

field name: text font value : http://fonts.googleapis.com/css?family=arial\' rel=\'stylesheet\' type=\'text/css\'>

dont know why?





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -

python - Read npy file directly from S3 StreamingBody -