<?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: Inserting Data Into a MySQL Database using PHP</title>
	<atom:link href="http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php/feed" rel="self" type="application/rss+xml" />
	<link>http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php</link>
	<description></description>
	<lastBuildDate>Sat, 07 Nov 2009 18:48:46 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paras</title>
		<link>http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php/comment-page-3#comment-3550</link>
		<dc:creator>Paras</dc:creator>
		<pubDate>Mon, 02 Nov 2009 00:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php#comment-3550</guid>
		<description>It didnt worked out i m still struck in inserting data in sql table using php........</description>
		<content:encoded><![CDATA[<p>It didnt worked out i m still struck in inserting data in sql table using php&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Ward</title>
		<link>http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php/comment-page-3#comment-3516</link>
		<dc:creator>John Ward</dc:creator>
		<pubDate>Sat, 24 Oct 2009 18:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php#comment-3516</guid>
		<description>Raniel, there is nothing wrong with the original echo statement. All you did was add commas instead of a blank space. Congrats, you are awesome.</description>
		<content:encoded><![CDATA[<p>Raniel, there is nothing wrong with the original echo statement. All you did was add commas instead of a blank space. Congrats, you are awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RANIEL</title>
		<link>http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php/comment-page-3#comment-3514</link>
		<dc:creator>RANIEL</dc:creator>
		<pubDate>Sat, 24 Oct 2009 09:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php#comment-3514</guid>
		<description>the ECHO STATEMENT is WRONG..................BULL SHET!!!!!

this is the right ECHO statement just Copy and paste!

echo &quot;Database Updated Width: &quot;.$Fname.&quot;,&quot;.$Lname.&quot;,&quot;.$Phon;

I am also an idiot.</description>
		<content:encoded><![CDATA[<p>the ECHO STATEMENT is WRONG&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;BULL SHET!!!!!</p>
<p>this is the right ECHO statement just Copy and paste!</p>
<p>echo &#8220;Database Updated Width: &#8220;.$Fname.&#8221;,&#8221;.$Lname.&#8221;,&#8221;.$Phon;</p>
<p>I am also an idiot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Ward</title>
		<link>http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php/comment-page-3#comment-3475</link>
		<dc:creator>John Ward</dc:creator>
		<pubDate>Wed, 14 Oct 2009 05:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php#comment-3475</guid>
		<description>Yes you need ot enter data in the other fields. Either that or change the database to allow null values in those columns.</description>
		<content:encoded><![CDATA[<p>Yes you need ot enter data in the other fields. Either that or change the database to allow null values in those columns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php/comment-page-3#comment-3470</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Tue, 13 Oct 2009 17:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php#comment-3470</guid>
		<description>Hi - I am totally new to PHP.  I am taking an on-line class and have an assignment to create a form with a customer number and current meter reading.  Once the user hits &#039;submit&#039; I add this data to my table.  Problem is I am getting a &quot;Null values not allowe in column or variable&quot; error.  There is a date field and another text field I am not filling.  Do I need to put something in the other two fields?  Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Hi &#8211; I am totally new to PHP.  I am taking an on-line class and have an assignment to create a form with a customer number and current meter reading.  Once the user hits &#8217;submit&#8217; I add this data to my table.  Problem is I am getting a &#8220;Null values not allowe in column or variable&#8221; error.  There is a date field and another text field I am not filling.  Do I need to put something in the other two fields?  Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sajith</title>
		<link>http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php/comment-page-3#comment-3345</link>
		<dc:creator>sajith</dc:creator>
		<pubDate>Sun, 20 Sep 2009 14:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php#comment-3345</guid>
		<description>Thanks thanks a lot.</description>
		<content:encoded><![CDATA[<p>Thanks thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NDEREBEZA PIERRE BENIT</title>
		<link>http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php/comment-page-3#comment-3294</link>
		<dc:creator>NDEREBEZA PIERRE BENIT</dc:creator>
		<pubDate>Wed, 09 Sep 2009 08:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php#comment-3294</guid>
		<description>very fine !</description>
		<content:encoded><![CDATA[<p>very fine !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web</title>
		<link>http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php/comment-page-3#comment-3239</link>
		<dc:creator>web</dc:creator>
		<pubDate>Sun, 30 Aug 2009 10:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php#comment-3239</guid>
		<description>how do you insert date into mysql</description>
		<content:encoded><![CDATA[<p>how do you insert date into mysql</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haritha</title>
		<link>http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php/comment-page-3#comment-3156</link>
		<dc:creator>haritha</dc:creator>
		<pubDate>Fri, 07 Aug 2009 12:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php#comment-3156</guid>
		<description>Hi,

I have a doubt in uploading image to database and also in retriew. Plz send any example or any reference site

Thank you</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a doubt in uploading image to database and also in retriew. Plz send any example or any reference site</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harman Malhi</title>
		<link>http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php/comment-page-3#comment-3153</link>
		<dc:creator>Harman Malhi</dc:creator>
		<pubDate>Thu, 06 Aug 2009 14:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php#comment-3153</guid>
		<description>Its of great use, this website really help me a lot.

i think every body should use this website for reference.</description>
		<content:encoded><![CDATA[<p>Its of great use, this website really help me a lot.</p>
<p>i think every body should use this website for reference.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
