Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Have you tried mysql_real_escape_string() too ?xBadCasex said:I have tried various php functions like htmlentities($bc) but nothing has worked.
mysql_query("INSERT INTO elggwidget_data (widget, name, value) VALUES($widget_id, 'widget_text_body', [red]'".mysql_real_escape_string([/red]$bc[red])."'[/red])");