well euhm, I know how i can create a table in mysql, but is there a function in php to do so?
Maybe it's in the manual but it's kind of a huge manual...
can someone tell me plz?
EDIT: I found some php functions on mysql, i can create a database with :mysql_create_db
but i can't find anything on a table...