<?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: PHP code to display MySQL data in an HTML table	</title>
	<atom:link href="https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/feed" rel="self" type="application/rss+xml" />
	<link>https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql</link>
	<description>A Technology Base</description>
	<lastBuildDate>Wed, 12 May 2021 12:58:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Ravi Bandakkanavar		</title>
		<link>https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/comment-page-1#comment-26324</link>

		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Wed, 12 May 2021 12:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=1535#comment-26324</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/comment-page-1#comment-26321&quot;&gt;Arya Dhorajiya&lt;/a&gt;.

Hi Arya,

It&#039;s showing the error at the line
&lt;code&gt;$query=&quot;select * from address&quot;; &lt;/code&gt;

This means there is some syntax issue on this line. Check for double quotes.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/comment-page-1#comment-26321">Arya Dhorajiya</a>.</p>
<p>Hi Arya,</p>
<p>It&#8217;s showing the error at the line<br />
<code>$query="select * from address"; </code></p>
<p>This means there is some syntax issue on this line. Check for double quotes.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Arya Dhorajiya		</title>
		<link>https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/comment-page-1#comment-26321</link>

		<dc:creator><![CDATA[Arya Dhorajiya]]></dc:creator>
		<pubDate>Fri, 30 Apr 2021 09:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=1535#comment-26321</guid>

					<description><![CDATA[hi, i am getting the error

Parse error: syntax error, unexpected &#039;SELECT&#039; (T_STRING) in C:\xampp\htdocs\Display.php on line 23]]></description>
			<content:encoded><![CDATA[<p>hi, i am getting the error</p>
<p>Parse error: syntax error, unexpected &#8216;SELECT&#8217; (T_STRING) in C:\xampp\htdocs\Display.php on line 23</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Bandakkanavar		</title>
		<link>https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/comment-page-1#comment-25994</link>

		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Sun, 05 Jan 2020 02:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=1535#comment-25994</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/comment-page-1#comment-25993&quot;&gt;Priyadarshan&lt;/a&gt;.

Hi,

Are there any records in the address table? Could you please query and check. ]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/comment-page-1#comment-25993">Priyadarshan</a>.</p>
<p>Hi,</p>
<p>Are there any records in the address table? Could you please query and check. </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Priyadarshan		</title>
		<link>https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/comment-page-1#comment-25993</link>

		<dc:creator><![CDATA[Priyadarshan]]></dc:creator>
		<pubDate>Sat, 04 Jan 2020 18:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=1535#comment-25993</guid>

					<description><![CDATA[&lt;p&gt;I think Ganeswari is right. Plz check&lt;/p&gt;
]]></description>
			<content:encoded><![CDATA[<p>I think Ganeswari is right. Plz check</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Bandakkanavar		</title>
		<link>https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/comment-page-1#comment-25418</link>

		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Mon, 08 Oct 2018 17:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=1535#comment-25418</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/comment-page-1#comment-25407&quot;&gt;Ganeswari&lt;/a&gt;.

Hi Ganeswari,

This is a tested code. There is nothing wrong with the statement.
echo $array[0]

There should be some data in the table for this to work. Is there data in the table?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/comment-page-1#comment-25407">Ganeswari</a>.</p>
<p>Hi Ganeswari,</p>
<p>This is a tested code. There is nothing wrong with the statement.<br />
echo $array[0]</p>
<p>There should be some data in the table for this to work. Is there data in the table?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ganeswari		</title>
		<link>https://krazytech.com/programs/a-php-program-to-save-records-retrieving-from-database-using-mysql/comment-page-1#comment-25407</link>

		<dc:creator><![CDATA[Ganeswari]]></dc:creator>
		<pubDate>Fri, 05 Oct 2018 12:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=1535#comment-25407</guid>

					<description><![CDATA[It helps.But the above code has a mid error in file &quot;display.html&quot; in line 40,41,42,43 





Instead of this,use






Pls correct it and post.Thank u so much]]></description>
			<content:encoded><![CDATA[<p>It helps.But the above code has a mid error in file &#8220;display.html&#8221; in line 40,41,42,43 </p>
<p>Instead of this,use</p>
<p>Pls correct it and post.Thank u so much</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
