<?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>Wed, 16 May 2012 09:42:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Alan</title>
		<link>http://www.brightcherry.co.uk/scribbles/mysql-php-show-tables-in-database/#comment-3336</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 06 Mar 2012 05:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=94#comment-3336</guid>
		<description>Or, actually the second number is the offset, sorry.  The first number is the amount of rows to use.</description>
		<content:encoded><![CDATA[<p>Or, actually the second number is the offset, sorry.  The first number is the amount of rows to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.brightcherry.co.uk/scribbles/mysql-php-show-tables-in-database/#comment-3335</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 06 Mar 2012 05:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=94#comment-3335</guid>
		<description>George, You should add LIMIT 15 to the end of your query to show the first 15.  For the next page, use LIMIT 15,15, then LIMIT 15,30, etc. with the first number being the offset.</description>
		<content:encoded><![CDATA[<p>George, You should add LIMIT 15 to the end of your query to show the first 15.  For the next page, use LIMIT 15,15, then LIMIT 15,30, etc. with the first number being the offset.</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

