<?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, PHP: Store form textarea value or data to MySQL database table</title>
	<atom:link href="http://www.kavoir.com/2009/06/mysql-php-store-form-textarea-value-to-mysql-database-table.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kavoir.com/2009/06/mysql-php-store-form-textarea-value-to-mysql-database-table.html</link>
	<description>Just another dumbass webmaster, goofing around...</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:57:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mostak</title>
		<link>http://www.kavoir.com/2009/06/mysql-php-store-form-textarea-value-to-mysql-database-table.html/comment-page-1#comment-14356</link>
		<dc:creator>mostak</dc:creator>
		<pubDate>Sun, 20 Mar 2011 11:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/06/mysql-php-store-form-textarea-value-to-mysql-database-table.html#comment-14356</guid>
		<description>the database is not updating but it dont shows any error???////
help  

&lt;?php
							include(&quot;../conn.php&quot;);
							$index= $_POST[&quot;textarea2&quot;];
							$id = $_POST[&quot;textarea1&quot;];
							$name = $_POST[&quot;textarea&quot;];
							
							echo &quot;&#039;$index&#039;&quot;;
							echo &quot;&#039;$id&#039;&quot;;
							echo &quot;&#039;$name&#039;&quot;;
							echo &quot;&quot;;
						$sql = &quot;UPDATE sunhill_first_lease.about_us SET about_us.description = &#039;$name&#039; where about_us.head =&#039;$index&#039; and about_us.title=&#039;$id&#039; &quot;;
							
						result=mysql_db_query(&quot;sunhill_first_lease&quot;,$sql);
							
					?&gt;</description>
		<content:encoded><![CDATA[<p>the database is not updating but it dont shows any error???////<br />
help  </p>
<p>&lt;?php<br />
							include(&quot;../conn.php&quot;);<br />
							$index= $_POST[&quot;textarea2&quot;];<br />
							$id = $_POST[&quot;textarea1&quot;];<br />
							$name = $_POST[&quot;textarea&quot;];</p>
<p>							echo &quot;&#039;$index&#039;&quot;;<br />
							echo &quot;&#039;$id&#039;&quot;;<br />
							echo &quot;&#039;$name&#039;&quot;;<br />
							echo &quot;&#8221;;<br />
						$sql = &#8220;UPDATE sunhill_first_lease.about_us SET about_us.description = &#8216;$name&#8217; where about_us.head =&#8217;$index&#8217; and about_us.title=&#8217;$id&#8217; &#8220;;</p>
<p>						result=mysql_db_query(&#8220;sunhill_first_lease&#8221;,$sql);</p>
<p>					?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james k rajoo</title>
		<link>http://www.kavoir.com/2009/06/mysql-php-store-form-textarea-value-to-mysql-database-table.html/comment-page-1#comment-11026</link>
		<dc:creator>james k rajoo</dc:creator>
		<pubDate>Tue, 28 Sep 2010 10:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/06/mysql-php-store-form-textarea-value-to-mysql-database-table.html#comment-11026</guid>
		<description>perfect! i was just looking for this piece of code for my website</description>
		<content:encoded><![CDATA[<p>perfect! i was just looking for this piece of code for my website</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yang Yang</title>
		<link>http://www.kavoir.com/2009/06/mysql-php-store-form-textarea-value-to-mysql-database-table.html/comment-page-1#comment-8217</link>
		<dc:creator>Yang Yang</dc:creator>
		<pubDate>Fri, 26 Feb 2010 10:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/06/mysql-php-store-form-textarea-value-to-mysql-database-table.html#comment-8217</guid>
		<description>Nice catch, Farrukh!</description>
		<content:encoded><![CDATA[<p>Nice catch, Farrukh!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farrukh Shahzad</title>
		<link>http://www.kavoir.com/2009/06/mysql-php-store-form-textarea-value-to-mysql-database-table.html/comment-page-1#comment-8077</link>
		<dc:creator>Farrukh Shahzad</dc:creator>
		<pubDate>Thu, 11 Feb 2010 09:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/06/mysql-php-store-form-textarea-value-to-mysql-database-table.html#comment-8077</guid>
		<description>If you dnot want to allow the user to enter the html code in the textarea then you can use the PHP function [   strip_tags()   ] to remove the thml tags from the text entered.

This function will also remove the javascript.</description>
		<content:encoded><![CDATA[<p>If you dnot want to allow the user to enter the html code in the textarea then you can use the PHP function [   strip_tags()   ] to remove the thml tags from the text entered.</p>
<p>This function will also remove the javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat Landers</title>
		<link>http://www.kavoir.com/2009/06/mysql-php-store-form-textarea-value-to-mysql-database-table.html/comment-page-1#comment-4119</link>
		<dc:creator>Mat Landers</dc:creator>
		<pubDate>Tue, 16 Jun 2009 06:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/06/mysql-php-store-form-textarea-value-to-mysql-database-table.html#comment-4119</guid>
		<description>For some reason your use of backticks here prompted me to fix the problem I was having.  Thanks!</description>
		<content:encoded><![CDATA[<p>For some reason your use of backticks here prompted me to fix the problem I was having.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

