Page 1 of 1

how to create a mysql query in php

Posted: Wed May 12, 2004 6:21 am
by fnleong
if i wan to create table
$query ="??"

Posted: Wed May 12, 2004 6:30 am
by patrikG
click the first link below.

Posted: Wed May 12, 2004 8:33 am
by launchcode
$query = "create table ... blah blah blah" of course!

Posted: Wed May 12, 2004 8:38 am
by magicrobotmonkey