Jump to content

WAMP PhpMyAdmin Error


Recommended Posts

hi,

    can you write the code with which you are trying to add a new row? and also the structure of the table, i think there might be the number of fields mis-matching problem with the query.

 

Try to write the insert query the other way like as follows: -

 

$insertQuery= "insert into TABLENAME

                    set  FIELDNAME='VALUE' ";

 

it helps avoiding the mis-match of number of fields and their respective values in the insert query.

 

Best of Luck

RV

 

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.