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 Link to comment https://forums.phpfreaks.com/topic/111000-wamp-phpmyadmin-error/ 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. Link to comment https://forums.phpfreaks.com/topic/111000-wamp-phpmyadmin-error/#findComment-569614 Share on other sites More sharing options...
zackcez Posted June 19, 2008 Author Share Posted June 19, 2008 I've read that, nothing helped... Link to comment https://forums.phpfreaks.com/topic/111000-wamp-phpmyadmin-error/#findComment-569630 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 Link to comment https://forums.phpfreaks.com/topic/111000-wamp-phpmyadmin-error/#findComment-571340 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.