<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hello...and you are? &#187; php</title>
	<atom:link href="http://www.collicott.net/jess/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.collicott.net/jess</link>
	<description>The web site of Jess Collicott</description>
	<lastBuildDate>Sun, 11 Jul 2010 20:01:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Convert PHP Eclipse projects into PDT projects</title>
		<link>http://www.collicott.net/jess/2008/05/20/convert-php-eclipse-projects-into-pdt-projects/</link>
		<comments>http://www.collicott.net/jess/2008/05/20/convert-php-eclipse-projects-into-pdt-projects/#comments</comments>
		<pubDate>Tue, 20 May 2008 14:46:41 +0000</pubDate>
		<dc:creator>jess</dc:creator>
				<category><![CDATA[Web Dev/Tech]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.collicott.net/jess/2008/05/20/convert-php-eclipse-projects-into-pdt-projects/</guid>
		<description><![CDATA[Found a great quick tip on converting existing Eclipse projects into PDT projects from the globalways Developer Blog. Essentially you just add a few elements to the .project XML file, and then you have a PDT project! I&#8217;d recommend running the &#8220;Clean Project&#8221; task afterwards just to make sure your project is refreshed.]]></description>
			<content:encoded><![CDATA[<p>Found a great quick tip on <a href="http://blog.dev.globalways.net/index.php?url=archives/18-Converting-existing-eclipse-projects-into-PDT-projects.html&amp;serendipitycview=linear#comments">converting existing Eclipse projects into PDT projects</a> from the globalways Developer Blog.</p>
<p>Essentially you just add a few elements to the .project XML file, and then you have a PDT project! I&#8217;d recommend running the &#8220;Clean Project&#8221; task afterwards just to make sure your project is refreshed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.collicott.net/jess/2008/05/20/convert-php-eclipse-projects-into-pdt-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email injection with PHP</title>
		<link>http://www.collicott.net/jess/2005/09/27/email-injection-with-php/</link>
		<comments>http://www.collicott.net/jess/2005/09/27/email-injection-with-php/#comments</comments>
		<pubDate>Tue, 27 Sep 2005 20:55:43 +0000</pubDate>
		<dc:creator>jess</dc:creator>
				<category><![CDATA[Web Dev/Tech]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://cybertron/wordpress/?p=69</guid>
		<description><![CDATA[SecurePHP has a very well written article on how to manipulate a PHP form with e-mail injection. The article goes step-by-step and builds up to how show a malicious user could send spam or worse through your form. If you use PHP to send e-mails, you should read this article. Update: I just tested the [...]]]></description>
			<content:encoded><![CDATA[<p>SecurePHP has a very well written article on how to <a href="http://securephp.damonkohler.com/index.php/Email_Injection" title="SecurePHP - Email Injection">manipulate a PHP form with e-mail injection</a>. The article goes step-by-step and builds up to how show a malicious user could send spam or worse through your form. If you use PHP to send e-mails, you should read this article.</p>
<p><strong>Update:</strong> I just tested the outlined injections on a form I wrote that uses <a href="http://pear.php.net/package/Mail/" title="PHP class that provides multiple interfaces for sending emails">PEAR&#8217;s Mail package</a>, and it appears that most of the injections fail. </p>
<p>In specific, as part of the validation routine, I check to see if the e-mail address is valid using the <a href="http://pear.php.net/package/Mail/docs/latest/Mail/Mail_RFC822.html#methodparseAddressList">parseAddressList()</a> method. However, that could still allow multiple recipients, and I will probably look at changing the validation to use <a href="http://pear.php.net/package/Mail/docs/latest/Mail/Mail_RFC822.html#methodisValidInetAddress">isValidInetAddress()</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.collicott.net/jess/2005/09/27/email-injection-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
