Jump to content

j0nnie_m

New Members
  • Posts

    1
  • Joined

  • Last visited

j0nnie_m's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. The error: "Database query failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1" Can Be fixed, try this: change $query .= "LIMIT 1"; to $query .= "LIMIT 0,1"; and $query .= "WHERE id=" . $subject_id ." "; to $query .= "WHERE id=" . (int)$subject_id ." "; regards!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.