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 your resultset from the first query here so you won't get any further results from the first query use a new variable like $syst2 ... -- Six Offene Systeme GmbH http://www.six.de/ i.A. Hartmut Holzgraefe Email: [EMAIL PROTECTED] Tel.: +49-711-99091-77 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php