Page 1 of 1
[SOLVED] Creating a table in a database...easy question
Posted: Tue Feb 10, 2004 8:08 am
by joetheeskimo5
This is getting annoying. I've been going through my PHP book, but it doesn't cleanly tell me HOW TO MAKE A MYSQL TABLE! could someone give me the code to create a table please?
Joe
Posted: Tue Feb 10, 2004 8:46 am
by BDKR
Well, MySQL (or any SQL for that matter) really isn't a PHP thing. If you need more information on creating tables in MySQL, try mysql.com. You can also google for the information.
If you've never done this before, you may want to read a tutorial on SQL basics. Things like schema, setting up tables, field types, and normalization.
Google and alltheweb.com could easily find things relating to the above mentioned for you.
Cheers,
BDKR
Posted: Tue Feb 10, 2004 9:43 am
by liljester
Although i think you still need to learn to do it oldskool, here is a killer tool for mysql administration on your webserver:
http://www.phpmyadmin.net
Posted: Tue Feb 10, 2004 11:54 am
by joetheeskimo5
woops, just found out how to. My hosting already comes with phpMyAdmin, btw.
You can close this thread if wanted.