View Full Version : Fields in MySQL


xchaos
05-19-2005, 02:43 AM
When you create a table, what do you put in the "fields" section of the form?

Sphere
05-19-2005, 12:02 PM
you use phpmyadmin?
Its the number of columns you think you need. Don't worry, if you need more columns after it, you can still add them

xchaos
05-22-2005, 02:47 AM
i dont understand phpmyadmin? i am really bad at this :-/

xchaos
05-22-2005, 03:41 AM
wait i do have phpmyadmin. I just dont know what the table settings should be. If it helps l am trying to do phpcalendar

Sphere
05-22-2005, 11:28 AM
If you use a downloaded script normally you don't have to add the tables by yourself.
Just fill in the properties of the database (username, databasename, password etc), and move on to the install script. See the readme of the script you downloaded for specific instructions

xchaos
05-23-2005, 11:27 PM
it asks me for the table name in the config.php file so what do i put there then? whatever i want the table to be called?