Re: [PHP-DOC] creating tables

2002-10-24 Thread Hartmut Holzgraefe
Tony Tzankoff wrote: Hello fellow PHPers... This is my first post and I am not sure if I am even posting to the right group, so please bear with me here. ok, but next time it is php-general@, not php-doc@, ok? $syst=mysql_query($cmnd) or die("COULD NOT CREATE TABLE"); you are overwriting you

[PHP-DOC] creating tables

2002-10-24 Thread Tony Tzankoff
Hello fellow PHPers... This is my first post and I am not sure if I am even posting to the right group, so please bear with me here. I have run into a seriously stubborn problem. I am trying to creat a table using the following code...but here is the catch: it only create the first table and not th