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 ';ns
ORDER BY
id DESC
LIMIT 0,10' at line 17
SELECT
id as RecordID
, first_name as FirstName
, last_name as LastName
, email as Email
, country as Country
, province as Privince
, city as City
, zip as ZIP
, address as Address
, birth as Birth
, petition_id as PetitionID
, date as Date
FROM
petitions_signed
WHERE
petition_id=7;ns
ORDER BY
id DESC
LIMIT 0,10