faqts : Computers : Programming : Languages : PHP : Database Backed Sites : MySQL

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

19 of 20 people (95%) answered Yes
Recently 10 of 10 people (100%) answered Yes

Entry

Is there a mysql_create_table function in php?

Oct 28th, 2000 09:27
Craig Fratrik, Larry Baum,


No, you just use the mysql_query($q) and then the MYSQL syntax required 
for the string $q.  Check http://www.mysql.com for information on 
syntax.  It is a little counterintuitive using the command 'query' but 
you'll just have to deal.