I am working on a project at the moment that utilises alot of the php/msql stuff.. I have a problem though. I have rtfm but i cant a function to create a table. Does anyone know what it is??
Cheers..
surely its just a query something like
$query="CREATE TABLE project (pname char(15), pnumber char(5) primary key, plocation char(10), dnum char(1))"
Have a look at
http://www.cs.umbc.edu/~finin/461/msql/#howto http://www.devdaily.com/db/msql/ http://faq.web2010.com/tutorial/msql_intro.html
Not so much rtfm but stw (search the web) I got these from google.com. Its got a far few that are rubbish but the good ones are in there.
Mark.
I think I botched that reply its correct if you are using mSQL but if you are using MySQL the command is still correct but the web sites are useless
try http://www.mysql.com/doc/ instead for MySQL