Jump to content

[SOLVED] if (isset($_POST['submit']) && $_POST['submit'] == 'Submit') making me crazy


sayedsohail

Recommended Posts

Hi everyone,

 

Its surprising me when i try to check post submit value, it says you got sql error at line 1,

 

here is the code

 

if (isset($_POST['submit']) && $_POST['submit'] == 'submit') 

 

but to my strange when i tried to see any other $_post value the update query works fine here is the other code:

 

if(isset($_POST['f_manufact'])) 

 

any ideas, thanks for reading.

this is what it displayed

 

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

 

But howcome when i use other post values it works fine, i have problem only when i check submit.

 

 

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.