Jump to content

[SOLVED] Having trouble updating my table


LanceT

Recommended Posts

If you posted the code we could look through it and possibly find the error.

 

It's likely that the variables that you're using in the query string are empty. Perhaps you're using $_GET when you should be using $_POST or something similar.

 

You can echo the query before you put it through "mysql_query()" to see the actual query string to verify if my assumption is true. If you're unable to find the problem post the code you're using.

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.