Swerve1000 Posted April 29, 2007 Share Posted April 29, 2007 I'm starting out on the PHP/MySQL road and currently and trying to modify a PHP script which creates the MySQL database and it's tables/fields through the code. Is this the easiest way for a noob, or to keep things as simple as possible, would I be better off using PHPMyAdmin to create the tables etc, and then just link to them with the PHP I use? Thanks everyone, Swerve1000 Quote Link to comment https://forums.phpfreaks.com/topic/49198-creating-tables-for-noobs/ Share on other sites More sharing options...
AndyB Posted April 29, 2007 Share Posted April 29, 2007 To start, keep it simple. Use the server tools to create a database and tables. Quote Link to comment https://forums.phpfreaks.com/topic/49198-creating-tables-for-noobs/#findComment-241068 Share on other sites More sharing options...
Swerve1000 Posted April 29, 2007 Author Share Posted April 29, 2007 That's great, the script I'm modifying is giving me a "Unknown column 'beltrank_label' in 'field list'" error and so figured just making them with PHPMyAdmin would give a clearer understanding of what I need to change in the code in order for it to work. Quote Link to comment https://forums.phpfreaks.com/topic/49198-creating-tables-for-noobs/#findComment-241072 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.