Jump to content

GizSho

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

GizSho's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I'm not very good at PHP but I am pretty sure the error is that you are not setting a variable for %d $sql = sprintf(" INSERT INTO messages SET firstname = '$name', message = '$message' WHERE intItemID=%d", $record) ; Should be: $sql = sprintf(" INSERT INTO messages SET firstname = '$name', message = '$message' WHERE intItemID=%d", $record);
×
×
  • 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.