zackcez Posted June 19, 2008 Share Posted June 19, 2008 Whenever I try and add a new row....I get this error: tbl_addfield.php: Missing parameter: num_fields (FAQ 2. If anyone knows anything that might help....or another way to add rows....PLEASE post :S Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted June 19, 2008 Share Posted June 19, 2008 Not sure but that error message says to read FAQ point 2.8 from phpMyAdmins Documentation. Quote Link to comment Share on other sites More sharing options...
zackcez Posted June 19, 2008 Author Share Posted June 19, 2008 I've read that, nothing helped... Quote Link to comment Share on other sites More sharing options...
vijrohit Posted June 22, 2008 Share Posted June 22, 2008 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.