<?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: Fix SQL INSERT problems with PHP addslashes function</title>
	<atom:link href="http://newsourcemedia.com/blog/sql-insert-php-addslashes-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://newsourcemedia.com/blog/sql-insert-php-addslashes-fix/</link>
	<description>Focused on Interactive Design, Development and Marketing</description>
	<lastBuildDate>Wed, 23 May 2012 11:06:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gull</title>
		<link>http://newsourcemedia.com/blog/sql-insert-php-addslashes-fix/comment-page-1/#comment-565</link>
		<dc:creator>Gull</dc:creator>
		<pubDate>Wed, 12 Jan 2011 19:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/?p=643#comment-565</guid>
		<description> $line){
$fullname = &quot;name&quot;;
$email=addslashes($line);
$password = base64_encode(password);
mysql_query(&quot;INSERT INTO table (fullname,email,password) VALUES(&#039;$fullname&#039;,&#039;$email&#039;,&#039;$password&#039;)&quot;) or die(&quot;Insert failed: &quot; . mysql_error());
}
?&gt;

please see the above code i want to add addslashes for $email but this is not doing in the way i mentioned above where i mistaken</description>
		<content:encoded><![CDATA[<p>$line){<br />
$fullname = &#8220;name&#8221;;<br />
$email=addslashes($line);<br />
$password = base64_encode(password);<br />
mysql_query(&#8220;INSERT INTO table (fullname,email,password) VALUES(&#8216;$fullname&#8217;,'$email&#8217;,'$password&#8217;)&#8221;) or die(&#8220;Insert failed: &#8221; . mysql_error());<br />
}<br />
?&gt;</p>
<p>please see the above code i want to add addslashes for $email but this is not doing in the way i mentioned above where i mistaken</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
