<?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>Fuzz Martin :: FuzzMartin.com &#187; php</title>
	<atom:link href="http://www.fuzzmartin.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fuzzmartin.com</link>
	<description></description>
	<lastBuildDate>Wed, 07 Oct 2009 22:05:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP File Upload on GoDaddy Hosting Account</title>
		<link>http://www.fuzzmartin.com/2009/04/28/php-file-upload-on-godaddy-hosting-account/</link>
		<comments>http://www.fuzzmartin.com/2009/04/28/php-file-upload-on-godaddy-hosting-account/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 04:32:14 +0000</pubDate>
		<dc:creator>Fuzz</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[I am a complete NERD]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.fuzzmartin.com/?p=3989</guid>
		<description><![CDATA[Hopefully this article will save one person from getting a headache.
If you have created a PHP file upload script and you are not able to get the file to actually upload to your GoDaddy.com hosting account, here are a couple of things to check for:

Run a phpinfo script (create a new page with only &#60;?php [...]]]></description>
			<content:encoded><![CDATA[<p>Hopefully this article will save one person from getting a headache.</p>
<p>If you have created a PHP file upload script and you are not able to get the file to actually upload to your GoDaddy.com hosting account, here are a couple of things to check for:</p>
<ol>
<li>Run a phpinfo script (create a new page with only &lt;?php phpinfo(); ?&gt;) and open it up. Check to see which version of PHP you are running.</li>
<li>If you are running PHP 4, then open the PHP.ini file (in the root directory) and change the upload_tmp_dir line from &#8220;/tmp&#8221; to &#8220;./php_uploads&#8221;</li>
<li>If your phpinfo script states that you are running PHP version 5 +, then make the same change, above, then duplicate your PHP.ini file and rename it php5.ini</li>
</ol>
<p>That should do the trick. YMMV.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzmartin.com/2009/04/28/php-file-upload-on-godaddy-hosting-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
