<?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: Anticipating Clients</title>
	<atom:link href="http://www.stuffbysarah.net/2007/01/18/do-not-trust-a-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuffbysarah.net/2007/01/18/do-not-trust-a-client/</link>
	<description>PHP, WordPress and Business Ramblings</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:44:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2007/01/18/do-not-trust-a-client/#comment-4692</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Thu, 18 Jan 2007 00:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/01/18/do-not-trust-a-client/#comment-4692</guid>
		<description>For anyone who doesn&#039;t understand the use of functions in PHP, simply add the code above in your page (or a global functions file) and then reference it with use in cleaning up a filename eg.

&lt;code&gt;echo &quot;http://www.domain.com/images/&quot;.cleanURL($filename);&lt;/code&gt;

if $filename contained something like &quot;Bob &amp; Jane.jpg&quot; after this function it would become &quot;Bob%20&amp;%20Jane.jpg&quot;.</description>
		<content:encoded><![CDATA[<p>For anyone who doesn&#039;t understand the use of functions in PHP, simply add the code above in your page (or a global functions file) and then reference it with use in cleaning up a filename eg.</p>
<p><code>echo "http://www.domain.com/images/".cleanURL($filename);</code></p>
<p>if $filename contained something like &#034;Bob &#038; Jane.jpg&#034; after this function it would become &#034;Bob%20&amp;amp;%20Jane.jpg&#034;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
