

<?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>Jimmy Burnett &#187; PHP</title>
	<atom:link href="http://www.jimmyburnett.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jimmyburnett.com</link>
	<description>My person tech blog.</description>
	<lastBuildDate>Wed, 09 Jun 2010 12:37:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Read Gmail attachments with IMAP and PHP.</title>
		<link>http://www.jimmyburnett.com/2010/01/read-gmail-attachments-with-imap-and-php.html</link>
		<comments>http://www.jimmyburnett.com/2010/01/read-gmail-attachments-with-imap-and-php.html#comments</comments>
		<pubDate>Sat, 02 Jan 2010 20:11:54 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jimmyburnett.com/?p=752</guid>
		<description><![CDATA[Recently I came up with the idea that I could use a Gmail account as a place holder to store pictures sent from my cell phone. The idea was that I could take a picture with my cell phone and it would instantly show up some where, such as a website or blog. The following [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2010/01/read-gmail-attachments-with-imap-and-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forwarding a PHP website from one domain to another.</title>
		<link>http://www.jimmyburnett.com/2009/12/forwarding-a-php-website-from-one-domain-to-another.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/forwarding-a-php-website-from-one-domain-to-another.html#comments</comments>
		<pubDate>Mon, 28 Dec 2009 14:48:19 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jimmyburnett.com/?p=733</guid>
		<description><![CDATA[If you are planning on moving a website from one domain name to another you&#8217;ll probably want to forward all your traffic from your old site. Many people just forward the actual domain name to point to the new domain name but this won&#8217;t help people who land on specific pages. If your links stay [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/forwarding-a-php-website-from-one-domain-to-another.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show thumbnails from a directory on your web server.</title>
		<link>http://www.jimmyburnett.com/2009/12/show-thumbnails-from-a-directory-on-your-web-server.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/show-thumbnails-from-a-directory-on-your-web-server.html#comments</comments>
		<pubDate>Sun, 20 Dec 2009 17:10:54 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jimmyburnett.com/?p=709</guid>
		<description><![CDATA[The following PHP code will display a set of jpeg files from a folder on your webserver. This code can be used to generate a list of thumbnails provided that the thumbnails are already resized. This code simply outputs the images &#8220;img&#8221; html tag with the &#8220;src&#8221; already in place. I would recommend putting this [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/show-thumbnails-from-a-directory-on-your-web-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limit RSS to certain categories in Wordpress.</title>
		<link>http://www.jimmyburnett.com/2009/12/limit-rss-to-certain-categories-in-wordpress.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/limit-rss-to-certain-categories-in-wordpress.html#comments</comments>
		<pubDate>Sat, 19 Dec 2009 23:53:36 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jimmyburnett.com/?p=643</guid>
		<description><![CDATA[If you&#8217;re like me, you may once in a while have something to write about that isn&#8217;t necessarily related to your overall blog topic. Take me for example. My blog is mainly about internet and application development (programming) however sometimes I find a really cool tip or trick that isn&#8217;t necessarily related, such as a [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/limit-rss-to-certain-categories-in-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug PHP code with the PHP debug tools.</title>
		<link>http://www.jimmyburnett.com/2009/12/debug-php-code-with-the-php-debug-tools.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/debug-php-code-with-the-php-debug-tools.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 22:12:37 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming Tools]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/?p=93</guid>
		<description><![CDATA[PHP debug tools provides various debug tools, including: script trace debugging (using the xdebug extension), error debugging, manual debugging using a debug() function that generates a backtrace and other useful information, and debugging database queries.


]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/debug-php-code-with-the-php-debug-tools.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create OpenDocument spreadsheets in PHP.</title>
		<link>http://www.jimmyburnett.com/2009/12/create-opendocument-spreadsheets-in-php.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/create-opendocument-spreadsheets-in-php.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 19:49:17 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Open Document Format]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Spread Sheets]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/2009/12/create-opendocument-spreadsheets-in-php.html</guid>
		<description><![CDATA[The odsPhpGenerator has been released. The generator is a small and easy library written in PHP 5.0 to make the creation of Open Document Spreadsheets easy. This first version requires PHp5.0. Below is a simple example of how you would use this library.




// Load library

require_once('ods/ods.php');

&#160;

// Create Ods object

$ods  = new ods();

$ods-&#62;setPath2OdsFiles('ods');

&#160;

// Create table named [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/create-opendocument-spreadsheets-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uploading files to a web server using Visual Basic.</title>
		<link>http://www.jimmyburnett.com/2009/12/uploading-files-to-a-web-server-using-visual-basic.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/uploading-files-to-a-web-server-using-visual-basic.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 11:58:26 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/2009/12/uploading-files-to-a-web-server-using-visual-basic.html</guid>
		<description><![CDATA[Do you need to upload a file to your php web server from a .NET application? I did, and I found that it was actually pretty easy. Basically the upload.php file works the same way as a basic HTML website form. You simply do an HTML form post from within your .NET application. 


The source [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/uploading-files-to-a-web-server-using-visual-basic.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to search yahoo images with PHP.</title>
		<link>http://www.jimmyburnett.com/2009/12/how-to-search-yahoo-images-with-php-2.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/how-to-search-yahoo-images-with-php-2.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 11:53:11 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Yahoo API]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/2009/12/how-to-search-yahoo-images-with-php.html</guid>
		<description><![CDATA[The following code is a basic example of how to use the Yahoo search API. An array of objects is returned containing the search results letting you create dynamic scripts to show images. This code could be used to make a simple plug-in for Wordpress to show images based on tags in your posts or [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/how-to-search-yahoo-images-with-php-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get Google page ranks with PHP.</title>
		<link>http://www.jimmyburnett.com/2009/06/how-to-get-google-page-ranks-with-php.html</link>
		<comments>http://www.jimmyburnett.com/2009/06/how-to-get-google-page-ranks-with-php.html#comments</comments>
		<pubDate>Sun, 28 Jun 2009 19:39:49 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jrbtech.com/?p=132</guid>
		<description><![CDATA[This snippet of PHP code will show you how to get a Google page rank for a specific website. The function below will return the page rank as an integer. The code was pulled from the wordpress links directory plugin located here.




&#60;?php
function getpagerank($url){
        $fp = fsockopen(&#34;toolbarqueries.google.com&#34;, 80, $errno, [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/06/how-to-get-google-page-ranks-with-php.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How backup and email MySQL databases with Cron and PHP.</title>
		<link>http://www.jimmyburnett.com/2009/06/how-backup-and-email-mysql-databases-with-cron-and-php.html</link>
		<comments>http://www.jimmyburnett.com/2009/06/how-backup-and-email-mysql-databases-with-cron-and-php.html#comments</comments>
		<pubDate>Sun, 14 Jun 2009 14:40:07 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Linux Howtos]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prohowto.net/?p=86</guid>
		<description><![CDATA[Here is a PHP script I wrote to backup my mySQL databases. Just use a cron job to run the PHP script when you want. The PHP MySQL database backup script will also email the database. With a Google Gmail account you get more than 7 gigs of storage so they are a good service [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/06/how-backup-and-email-mysql-databases-with-cron-and-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
