<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'MySQL List Database Tables'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 10:33:59 +0000</lastBuildDate>
    <item>
      <title>prf_q said on 06/Aug/2008</title>
      <link>https://snipplr.com/view/177/mysql-list-database-tables</link>
      <description>&lt;p&gt;use&#13;
http://www.php.net/manual/en/function.mysql-list-tables.php&#13;
instead... &#13;
or&#13;
&#13;
&#13;
	function get_tables() {&#13;
		global $mysql;&#13;
		$tables = mysql_query("show tables", $mysql) or die(mysql_error());&#13;
&#13;
		if (mysql_num_rows($tables)){&#13;
			$table_list=Array();&#13;
&#13;
			while ($table_data = mysql_fetch_row($tables)){&#13;
				$table_list[] = $table_data[0];&#13;
			}&#13;
		}&#13;
		mysql_free_result($tables);&#13;
&#13;
	return $table_list;&#13;
	}&lt;/p&gt;</description>
      <pubDate>Wed, 06 Aug 2008 15:36:01 UTC</pubDate>
      <guid>https://snipplr.com/view/177/mysql-list-database-tables</guid>
    </item>
    <item>
      <title>Andrea827 said on 21/Jul/2022</title>
      <link>https://snipplr.com/view/177/mysql-list-database-tables</link>
      <description>&lt;p&gt;This is just the information I am finding everywhere. Thanks for your blog, I just subscribe your blog. This is a nice blog.. [wilkinson trash chute parts](https://amazon.com/Universal-Handle-Laundry-Hardware-Pro/dp/B077K8MPV1)&lt;/p&gt;</description>
      <pubDate>Thu, 21 Jul 2022 12:40:27 UTC</pubDate>
      <guid>https://snipplr.com/view/177/mysql-list-database-tables</guid>
    </item>
    <item>
      <title>Andrea827 said on 04/Aug/2022</title>
      <link>https://snipplr.com/view/177/mysql-list-database-tables</link>
      <description>&lt;p&gt;I recently found many useful information in your website especially this blog page. On the list of a lot of comments in your articles. Thanks for sharing. [เว็บพนันบอล ดีที่สุด](https://www.ufabetwins.com/เว็บแทงบอล/)&lt;/p&gt;</description>
      <pubDate>Thu, 04 Aug 2022 06:54:45 UTC</pubDate>
      <guid>https://snipplr.com/view/177/mysql-list-database-tables</guid>
    </item>
    <item>
      <title>amalziyon said on 04/Aug/2022</title>
      <link>https://snipplr.com/view/177/mysql-list-database-tables</link>
      <description>&lt;p&gt;Positive site, where did u come up with the info with this posting?I have read a several articles on your own website now, and I like your style. Thanks a million and please keep up the effective work.	&lt;a href="https://52.74.145.170/"&gt;bandar taruhan bola terpercaya&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 04 Aug 2022 10:34:58 UTC</pubDate>
      <guid>https://snipplr.com/view/177/mysql-list-database-tables</guid>
    </item>
    <item>
      <title>amalziyon said on 07/Aug/2022</title>
      <link>https://snipplr.com/view/177/mysql-list-database-tables</link>
      <description>&lt;p&gt;This really is truly a good read for me. I have bookmarked it and I'm looking forward to reading new articles. Keep up the great work !.	&lt;a href="https://www.24dollsde.com/sexpuppe"&gt;Sexpuppen&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 07 Aug 2022 11:04:04 UTC</pubDate>
      <guid>https://snipplr.com/view/177/mysql-list-database-tables</guid>
    </item>
  </channel>
</rss>
