QuizToon Posted July 16, 2012 Share Posted July 16, 2012 Hi all, I already have a database and tables set up and it has information in there already. I would like a way of adding new fields to the database using a php form. Example would be that I would like to add the field called 'field2' to the database, it can be added as the last field in the table. I would also like to be able to name the additional field before it is created. So basically process is: select the database select the table choose a new field name add the field I have tried searching for this but only seem to find adding a table. Have tried my self but quite frankly I am nowhere near the correct code. Decided its time to ask the experts. many Thanks Link to comment https://forums.phpfreaks.com/topic/265749-adding-fields-using-webpage/ Share on other sites More sharing options...
fenway Posted July 17, 2012 Share Posted July 17, 2012 That's PHPMyAdmin -- but surely you're not giving your users access to add fields. Link to comment https://forums.phpfreaks.com/topic/265749-adding-fields-using-webpage/#findComment-1362010 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.