<?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: How to use PHP to capture essential Information on 404 Error Page	</title>
	<atom:link href="https://www.searchenginepeople.com/blog/capture-info-404-page-php.html/feed" rel="self" type="application/rss+xml" />
	<link>https://www.searchenginepeople.com/blog/capture-info-404-page-php.html?utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
	<description>Canada&#039;s Search and Social Media Authority</description>
	<lastBuildDate>Tue, 22 Apr 2014 16:05:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Kevin Schroeder		</title>
		<link>https://www.searchenginepeople.com/blog/capture-info-404-page-php.html/comment-page-1#comment-160371</link>

		<dc:creator><![CDATA[Kevin Schroeder]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 14:35:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.searchenginepeople.com/?p=24489#comment-160371</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.searchenginepeople.com/blog/capture-info-404-page-php.html/comment-page-1#comment-160026&quot;&gt;Kevin Schroeder&lt;/a&gt;.

Well, since you&#039;re inserting the user agent you could modify the agent string to be &quot;Whatever my user agent is&#039;; DELETE FROM YOUR_TABLE_NAME;&quot;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.searchenginepeople.com/blog/capture-info-404-page-php.html/comment-page-1#comment-160026" data-wpel-link="internal">Kevin Schroeder</a>.</p>
<p>Well, since you&#8217;re inserting the user agent you could modify the agent string to be &#8220;Whatever my user agent is&#8217;; DELETE FROM YOUR_TABLE_NAME;&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joydeep		</title>
		<link>https://www.searchenginepeople.com/blog/capture-info-404-page-php.html/comment-page-1#comment-160156</link>

		<dc:creator><![CDATA[Joydeep]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 03:50:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.searchenginepeople.com/?p=24489#comment-160156</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.searchenginepeople.com/blog/capture-info-404-page-php.html/comment-page-1#comment-160026&quot;&gt;Kevin Schroeder&lt;/a&gt;.

Kevin, do share your SQL code with us...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.searchenginepeople.com/blog/capture-info-404-page-php.html/comment-page-1#comment-160026" data-wpel-link="internal">Kevin Schroeder</a>.</p>
<p>Kevin, do share your SQL code with us&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin Schroeder		</title>
		<link>https://www.searchenginepeople.com/blog/capture-info-404-page-php.html/comment-page-1#comment-160026</link>

		<dc:creator><![CDATA[Kevin Schroeder]]></dc:creator>
		<pubDate>Mon, 06 Feb 2012 19:08:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.searchenginepeople.com/?p=24489#comment-160026</guid>

					<description><![CDATA[FYI, your code is vulnerable to an SQL injection attack.  The user agent and URL are retrieved from the HTTP request and contains user-generated data, which can be used to really muck up your database.  Best use prepared statements instead of ad-hoc queries to insert data like this.]]></description>
			<content:encoded><![CDATA[<p>FYI, your code is vulnerable to an SQL injection attack.  The user agent and URL are retrieved from the HTTP request and contains user-generated data, which can be used to really muck up your database.  Best use prepared statements instead of ad-hoc queries to insert data like this.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
