sqlite - Warning: SQLite3::exec(): near "http": 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
Post a Comment