<?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 Tutorial &#8211; Insert data in to table</title>
	<atom:link href="http://www.onlinehungama.com/mysql-tutorial-insert-data-in-to-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onlinehungama.com/mysql-tutorial-insert-data-in-to-table/</link>
	<description>Freelance PHP Developer</description>
	<lastBuildDate>Sat, 28 Jan 2012 05:40:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Derrick</title>
		<link>http://www.onlinehungama.com/mysql-tutorial-insert-data-in-to-table/comment-page-1/#comment-6659</link>
		<dc:creator>Derrick</dc:creator>
		<pubDate>Wed, 10 Mar 2010 14:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlinehungama.com/?p=623#comment-6659</guid>
		<description>You need to use mysqli.</description>
		<content:encoded><![CDATA[<p>You need to use mysqli.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OIS</title>
		<link>http://www.onlinehungama.com/mysql-tutorial-insert-data-in-to-table/comment-page-1/#comment-6658</link>
		<dc:creator>OIS</dc:creator>
		<pubDate>Wed, 10 Mar 2010 14:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlinehungama.com/?p=623#comment-6658</guid>
		<description>mysql_close is only usefull if you are finished with the logic and are now running some code which will take a lot of time, like the user downloading a big file with readfile. In which case the mysql_close at the end of the file is useless, and will then produce an error if the db is already closed.

If there are any signs of a good programmer related to databases, one would probably be he/she is using prepared statements. 
Using mysql_close at the end of your code would be a telltale sign of a newbie.</description>
		<content:encoded><![CDATA[<p>mysql_close is only usefull if you are finished with the logic and are now running some code which will take a lot of time, like the user downloading a big file with readfile. In which case the mysql_close at the end of the file is useless, and will then produce an error if the db is already closed.</p>
<p>If there are any signs of a good programmer related to databases, one would probably be he/she is using prepared statements.<br />
Using mysql_close at the end of your code would be a telltale sign of a newbie.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

