Jump to content

SQL insert not working... any ideas


kevonini

Recommended Posts

There was nothing really wrong with the syntax the way you had it to begin with. The logic, on the other hand, needs some work, and string values need to be escaped. Numeric values do not need to be escaped by some catch-all function; they need to be validated and cast as the correct data type.

Being that you were looking for $_GET variables, leaving method="post" out of the form wasn't causing the problem because form methods default to get when no method is specified. Regarding your database question, I'm not really sure what you're asking . . .

Archived

This topic is now archived and is closed to further replies.

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