<?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>CodeHill &#187; PHP</title>
	<atom:link href="http://codehill.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehill.com</link>
	<description>Resources for Webmasters and Developers</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:00:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Download And Search Multiple Pages Using PHP</title>
		<link>http://codehill.com/2011/08/download-and-search-multiple-pages-using-php/</link>
		<comments>http://codehill.com/2011/08/download-and-search-multiple-pages-using-php/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 14:00:44 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[CURL]]></category>
		<category><![CDATA[Download Webpages]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=3156</guid>
		<description><![CDATA[Here is a simple way to loop through a list of URLs, download the page and search the contents for a string. The script starts by checking if the post variable $_POST['urls'] is set. If it is, its content is split by line breaks into the array $urls to easily read one URL at a [...]
Related posts:<ol>
<li><a href='http://codehill.com/2010/05/2-ways-to-redirect-urls-in-php/' rel='bookmark' title='2 Ways to Redirect URLs in PHP'>2 Ways to Redirect URLs in PHP</a></li>
<li><a href='http://codehill.com/2010/02/how-to-optimize-a-blog-for-search-engines/' rel='bookmark' title='How To Optimize a Blog for Search Engines'>How To Optimize a Blog for Search Engines</a></li>
<li><a href='http://codehill.com/2009/01/how-to-download-a-web-page-in-winforms/' rel='bookmark' title='How to Download a Web Page in WinForms'>How to Download a Web Page in WinForms</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2011/08/download-and-search-multiple-pages-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup MySQL Databases to Amazon S3 Using PHP</title>
		<link>http://codehill.com/2011/05/backup-mysql-databases-to-amazon-s3-using-php/</link>
		<comments>http://codehill.com/2011/05/backup-mysql-databases-to-amazon-s3-using-php/#comments</comments>
		<pubDate>Mon, 16 May 2011 14:00:12 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Amazan S3]]></category>
		<category><![CDATA[Database Backup]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=3100</guid>
		<description><![CDATA[With a few lines of PHP code and S3tool&#8217;s s3cmd command-line tool you can backup your MySQL databases automatically to Amazon&#8217;s S3. To use this script you&#8217;ll need SSH access to your server. First download s3cmd and upload it to your server. Installation is straight forward. The PHP code is simple: exec("mysqldump -udbuser1 -p12345 --databases [...]
Related posts:<ol>
<li><a href='http://codehill.com/2010/05/streaming-music-and-videos-with-gnump3d/' rel='bookmark' title='Streaming Music and Videos with GNUMP3d'>Streaming Music and Videos with GNUMP3d</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2011/05/backup-mysql-databases-to-amazon-s3-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Delicious Submission Link in PHP</title>
		<link>http://codehill.com/2011/03/creating-a-delicious-submission-link-in-php/</link>
		<comments>http://codehill.com/2011/03/creating-a-delicious-submission-link-in-php/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 14:00:55 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[Submit to del.icio.us]]></category>
		<category><![CDATA[Submit to Delicious]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=2743</guid>
		<description><![CDATA[Creating a Delicious (del.icio.us) submission link is similar to Digg&#8217;s, with the exception of the page title that can be sent to Delicious, which is not required, but you&#8217;ll save the users from having to type it or copy/paste it. If you are developing for a CMS (WordPress, Drupal, Joomla &#8230;etc) you will find a [...]
Related posts:<ol>
<li><a href='http://codehill.com/2011/03/creating-a-digg-submission-link-in-php/' rel='bookmark' title='Creating a Digg Submission Link in PHP'>Creating a Digg Submission Link in PHP</a></li>
<li><a href='http://codehill.com/2010/07/creating-a-new-page-template-for-a-wordpress-theme/' rel='bookmark' title='Creating a New Page Template for a WordPress Theme'>Creating a New Page Template for a WordPress Theme</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2011/03/creating-a-delicious-submission-link-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Digg Submission Link in PHP</title>
		<link>http://codehill.com/2011/03/creating-a-digg-submission-link-in-php/</link>
		<comments>http://codehill.com/2011/03/creating-a-digg-submission-link-in-php/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 14:00:32 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[Submit to Digg]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=2737</guid>
		<description><![CDATA[Creating a Digg submission link in PHP is easy since all the parameters Digg expects are included in the URL. Digg like most other social bookmarking tools does not allow complete automation of submissions. It requires the visitor to manually click the submit button to prevent spamming. &#160; &#160; &#60;?php $current_url = urlencode('http://' . $_SERVER['HTTP_HOST'] [...]
Related posts:<ol>
<li><a href='http://codehill.com/2011/03/creating-a-delicious-submission-link-in-php/' rel='bookmark' title='Creating a Delicious Submission Link in PHP'>Creating a Delicious Submission Link in PHP</a></li>
<li><a href='http://codehill.com/2010/03/link-building-using-css-galleries/' rel='bookmark' title='Link Building Using CSS Galleries'>Link Building Using CSS Galleries</a></li>
<li><a href='http://codehill.com/2010/07/creating-a-new-page-template-for-a-wordpress-theme/' rel='bookmark' title='Creating a New Page Template for a WordPress Theme'>Creating a New Page Template for a WordPress Theme</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2011/03/creating-a-digg-submission-link-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing the AddThis WordPress Plugin</title>
		<link>http://codehill.com/2011/02/customizing-addthis-wordpress-plugin/</link>
		<comments>http://codehill.com/2011/02/customizing-addthis-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 14:00:27 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[AddThis]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=2961</guid>
		<description><![CDATA[My favorite WordPress plugin for bookmarking/sharing is AddThis. It looks good and provides comprehensive statistics. But unlike Shareaholic&#8217;s SexyBookmarks plugin, which allows you to display any number of the available services (bookmarking or sharing sites, e.g. Digg), AddThis plugin only displays 4. So I modified it by adding a few lines of code to make [...]
Related posts:<ol>
<li><a href='http://codehill.com/2009/11/how-to-create-a-page-for-your-tags-in-wordpress/' rel='bookmark' title='How to Create a Page For Your Tags in WordPress'>How to Create a Page For Your Tags in WordPress</a></li>
<li><a href='http://codehill.com/2010/04/displaying-the-number-of-visits-in-a-wordpress-blog-post/' rel='bookmark' title='Displaying the Number of Visits in a WordPress Blog Post'>Displaying the Number of Visits in a WordPress Blog Post</a></li>
<li><a href='http://codehill.com/2009/12/why-we-love-wordpress/' rel='bookmark' title='Why We Love WordPress'>Why We Love WordPress</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2011/02/customizing-addthis-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Ways to Redirect URLs in PHP</title>
		<link>http://codehill.com/2010/05/2-ways-to-redirect-urls-in-php/</link>
		<comments>http://codehill.com/2010/05/2-ways-to-redirect-urls-in-php/#comments</comments>
		<pubDate>Mon, 03 May 2010 14:00:16 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[http-equiv]]></category>
		<category><![CDATA[Meta Refresh]]></category>
		<category><![CDATA[PHP Header]]></category>
		<category><![CDATA[PHP Redirects]]></category>
		<category><![CDATA[URL Redirects]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=2374</guid>
		<description><![CDATA[The ability to redirect URLs in PHP can be very handy. A common use of redirects is when a page has become obsolete and you would like to redirect the user to a more current one. Affiliate marketers use URL redirection to point to their products. This way when the product they are marketing is [...]
No related posts.]]></description>
		<wfw:commentRss>http://codehill.com/2010/05/2-ways-to-redirect-urls-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying the Number of Visits in a WordPress Blog Post</title>
		<link>http://codehill.com/2010/04/displaying-the-number-of-visits-in-a-wordpress-blog-post/</link>
		<comments>http://codehill.com/2010/04/displaying-the-number-of-visits-in-a-wordpress-blog-post/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 14:00:52 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress.com Stats]]></category>
		<category><![CDATA[WordPress.com Stats Helper]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=2295</guid>
		<description><![CDATA[I thought it would be a good idea to show how many visits a blog post had since it was published. One of the web tracking tools I use is WordPress.com Stats, and it&#8217;s the easiest to get the page view count from. So after some googling I found the best way to do so [...]
Related posts:<ol>
<li><a href='http://codehill.com/2009/11/how-to-create-a-page-for-your-tags-in-wordpress/' rel='bookmark' title='How to Create a Page For Your Tags in WordPress'>How to Create a Page For Your Tags in WordPress</a></li>
<li><a href='http://codehill.com/2011/02/customizing-addthis-wordpress-plugin/' rel='bookmark' title='Customizing the AddThis WordPress Plugin'>Customizing the AddThis WordPress Plugin</a></li>
<li><a href='http://codehill.com/2009/11/wordpress-permalinks-in-windows-using-iirf/' rel='bookmark' title='WordPress Permalinks in Windows Using IIRF'>WordPress Permalinks in Windows Using IIRF</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2010/04/displaying-the-number-of-visits-in-a-wordpress-blog-post/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Create a Page For Your Tags in WordPress</title>
		<link>http://codehill.com/2009/11/how-to-create-a-page-for-your-tags-in-wordpress/</link>
		<comments>http://codehill.com/2009/11/how-to-create-a-page-for-your-tags-in-wordpress/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 14:00:14 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tags]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=1050</guid>
		<description><![CDATA[To display all the tags in a blog in page a plugin that runs PHP code in pages should be installed. I prefer Exec-PHP (http://bluesome.net/post/2005/08/18/50/) because its easy to use (you just type the PHP code inclosed in &#60;?PHP ?&#62;), and has very good documentation. After installing the plugin create a new page and while [...]
Related posts:<ol>
<li><a href='http://codehill.com/2010/07/creating-a-new-page-template-for-a-wordpress-theme/' rel='bookmark' title='Creating a New Page Template for a WordPress Theme'>Creating a New Page Template for a WordPress Theme</a></li>
<li><a href='http://codehill.com/2010/04/displaying-the-number-of-visits-in-a-wordpress-blog-post/' rel='bookmark' title='Displaying the Number of Visits in a WordPress Blog Post'>Displaying the Number of Visits in a WordPress Blog Post</a></li>
<li><a href='http://codehill.com/2011/02/customizing-addthis-wordpress-plugin/' rel='bookmark' title='Customizing the AddThis WordPress Plugin'>Customizing the AddThis WordPress Plugin</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2009/11/how-to-create-a-page-for-your-tags-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

