You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just ran into this working on a project for a blog post - will look into using parameters for these inserts, which should avoid this issue. Thanks for the reminder!
When variable has a ' in it, it is not escaped and thus the SQL insert is failing. Proper escape is required
The text was updated successfully, but these errors were encountered: