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 Quote Link to comment 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. 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.