<?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>Fri, 20 Nov 2009 10:52:57 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: E. Tung'ande</title>
		<link>http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php/comment-page-3#comment-3643</link>
		<dc:creator>E. Tung'ande</dc:creator>
		<pubDate>Thu, 19 Nov 2009 16:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php#comment-3643</guid>
		<description>I have a table in the database which records the grades a student has scored. I  need the rows from this table to be like columns on the output. Please help Iam stack.

The table is like this

Student_ID   Course_code      Assessment_grade   End_of_semester   Avg 


So what i need is to take the Course_code field contents  and output them as  fields. and the averages to be under their respective courses.

for example


Student_ID  ICT2301     ICT2302  ICT2303

BICTQW90     67              67         89</description>
		<content:encoded><![CDATA[<p>I have a table in the database which records the grades a student has scored. I  need the rows from this table to be like columns on the output. Please help Iam stack.</p>
<p>The table is like this</p>
<p>Student_ID   Course_code      Assessment_grade   End_of_semester   Avg </p>
<p>So what i need is to take the Course_code field contents  and output them as  fields. and the averages to be under their respective courses.</p>
<p>for example</p>
<p>Student_ID  ICT2301     ICT2302  ICT2303</p>
<p>BICTQW90     67              67         89</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay</title>
		<link>http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php/comment-page-3#comment-3610</link>
		<dc:creator>Clay</dc:creator>
		<pubDate>Thu, 12 Nov 2009 08:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php#comment-3610</guid>
		<description>F&#039; ya! I found everything I needed on this site tonight!</description>
		<content:encoded><![CDATA[<p>F&#8217; ya! I found everything I needed on this site tonight!</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>
