Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by roguegenius

  1. roguegenius

    This is Driving me crazy!

    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.
  2. roguegenius

    This is Driving me crazy!

    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...
  3. roguegenius

    This is Driving me crazy!

    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...

Part and Inventory Search

Back
Top