-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Consider the following:

    mysql_select_db($db_name);
    $result = mysql_query("show tables");
    while ($rows = mysql_fetch_object($result)) {
        echo $rows;
    }

So why does this not return the Table names? I have even tried "echo
rows->Table" and "echo rows->Tables" to no avail. So how do I fix
this?
Thanks in advance,
Ron C.

-----BEGIN PGP SIGNATURE-----
Version: PGP 7.1

iQA/AwUBPHv32kSpEYIqgLQzEQISfQCeLVinx7oQc4Gmudv1MJbb17dGCPoAnA7S
yRR86rJUwHsXGJlU0yVckVyK
=2bva
-----END PGP SIGNATURE-----




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to