Thanks for all of the help guys!!
My server is not configured in ANSI.
I believe it is just my query being printed out to the page, but I stupid as it sounds I have no idea on how to make it stop.
Unless I re-write the entire area.
It loads all of the data into my database just fine. It doesn't miss a thing at all.
The error on the page is this -
insert: INSERT into results SET result_test_id="example-test", result_user_name="MyName", score="4", date= Now(), time="27", ip="xx.xx.x.xxx", 0.0077431201934814
I x'ed out my...
I keep getting a SQL error on the page and the statement that is shown as having the issue is correct as far as I can tell.
$sql_query = sprintf('INSERT into %s SET test_id="%s", user_name="%s", score=%u, date=now(), time=%u, result_ip="%s"',
TABLE_RESULTS,
SQL::esc($this->filename),
$name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.