<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MySQL &amp; PHP- Show Tables In Database</title>
	<atom:link href="http://www.brightcherry.co.uk/scribbles/mysql-php-show-tables-in-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brightcherry.co.uk/scribbles/mysql-php-show-tables-in-database/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 16:15:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: George</title>
		<link>http://www.brightcherry.co.uk/scribbles/mysql-php-show-tables-in-database/#comment-3204</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sat, 14 Jan 2012 13:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=94#comment-3204</guid>
		<description>Hello Sir !

If I have a database with many tables(100), and I want to show only 15 tables on page, how to do that ?

Thank you very much in advance</description>
		<content:encoded><![CDATA[<p>Hello Sir !</p>
<p>If I have a database with many tables(100), and I want to show only 15 tables on page, how to do that ?</p>
<p>Thank you very much in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maruf</title>
		<link>http://www.brightcherry.co.uk/scribbles/mysql-php-show-tables-in-database/#comment-1757</link>
		<dc:creator>Maruf</dc:creator>
		<pubDate>Wed, 30 Mar 2011 10:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=94#comment-1757</guid>
		<description>Hi Jorge,

I suspect your query is wrong, and/or you don&#039;t have an open connection to your DB.</description>
		<content:encoded><![CDATA[<p>Hi Jorge,</p>
<p>I suspect your query is wrong, and/or you don&#8217;t have an open connection to your DB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jorge</title>
		<link>http://www.brightcherry.co.uk/scribbles/mysql-php-show-tables-in-database/#comment-1439</link>
		<dc:creator>jorge</dc:creator>
		<pubDate>Tue, 15 Mar 2011 05:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=94#comment-1439</guid>
		<description>its giving me an error:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/content/08/7066208/html/rifa/datos.php on line 16

any idea?</description>
		<content:encoded><![CDATA[<p>its giving me an error:</p>
<p>Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/content/08/7066208/html/rifa/datos.php on line 16</p>
<p>any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maruf</title>
		<link>http://www.brightcherry.co.uk/scribbles/mysql-php-show-tables-in-database/#comment-513</link>
		<dc:creator>Maruf</dc:creator>
		<pubDate>Thu, 26 Feb 2009 10:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=94#comment-513</guid>
		<description>Hey Ben,

The 0 doesn&#039;t increment. 0 is the index- it&#039;s calling the first element in the array, which is the tablename.

You could rename the variable to something like this:

$tablename = $showtablerow[0];
echo $tablename;

Now $tablename will print the tablenames.</description>
		<content:encoded><![CDATA[<p>Hey Ben,</p>
<p>The 0 doesn&#8217;t increment. 0 is the index- it&#8217;s calling the first element in the array, which is the tablename.</p>
<p>You could rename the variable to something like this:</p>
<p>$tablename = $showtablerow[0];<br />
echo $tablename;</p>
<p>Now $tablename will print the tablenames.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.brightcherry.co.uk/scribbles/mysql-php-show-tables-in-database/#comment-498</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 03 Feb 2009 04:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=94#comment-498</guid>
		<description>Hey man might sound like a silly question im new to php and all - but why does the array only print out properly when you specify the key as 0? 
 
echo $showtablerow[0]

does the key increment in the while loop automatically?</description>
		<content:encoded><![CDATA[<p>Hey man might sound like a silly question im new to php and all &#8211; but why does the array only print out properly when you specify the key as 0? </p>
<p>echo $showtablerow[0]</p>
<p>does the key increment in the while loop automatically?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

