![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveHow to create a table from PHP?
From: mh <marchenri1@gmail.com>
Date: Sun Jul 17 2005 - 18:42:34 CEST
Hello,
I'm trying to create a table from a PHP script.
$sql_query="CREATE TABLE '$num' (
'variable2' smallint(6) unsigned NOT NULL,
$sql_query = 'CREATE TABLE $num ('
I'd like to know why my first test was not working
Another problem is that the table is created with the
Thanks a lot for your help.
|