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
[SOLVED] Creating a table in a database...easy question
Moderator: General Moderators
-
joetheeskimo5
- Forum Commoner
- Posts: 43
- Joined: Sun Dec 14, 2003 4:47 pm
- Location: US
- Contact:
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
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
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
http://www.phpmyadmin.net
-
joetheeskimo5
- Forum Commoner
- Posts: 43
- Joined: Sun Dec 14, 2003 4:47 pm
- Location: US
- Contact: