codehunter Posted February 11, 2012 Share Posted February 11, 2012 I recently purchased a coupon site script. The Add Coupon panel does not have a "Title" field. I added it by copying and modifying another <tr> codes in the same table. I also created a column titled "Title" in the corresponding Table in the corresponding database. But when I click "Submit Coupon", it says "Unknown column 'Title' in 'field list'". I can't figure out what this 'field list' thing might mean. Quote Link to comment https://forums.phpfreaks.com/topic/256912-cant-make-a-newly-added-field-work/ Share on other sites More sharing options...
Pikachu2000 Posted February 11, 2012 Share Posted February 11, 2012 It means the database table doesn't have field named 'Title', or it's misspelled, etc. Quote Link to comment https://forums.phpfreaks.com/topic/256912-cant-make-a-newly-added-field-work/#findComment-1317076 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.