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
I don't think one exists in the Class but for the SQL syntax check http://stackoverflow.com/a/6853256/1634384 and you can use that with ExecuteSQL within the class to execute it. Keep in mind that the input won't be sanitized so make sure to use mysql_real_escape_string().
Is there a function to INSERT rows when there is no, or UPDATE if exists, using one MySQL query?
The text was updated successfully, but these errors were encountered: