<?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>TechForceOne &#187; PHP</title>
	<atom:link href="http://www.techforceone.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techforceone.com</link>
	<description>For developers, by developers</description>
	<lastBuildDate>Sat, 10 Jul 2010 04:37:34 +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>PHP redirection to HTTPS SSL</title>
		<link>http://www.techforceone.com/2009/08/php-redirection-to-https-ssl/</link>
		<comments>http://www.techforceone.com/2009/08/php-redirection-to-https-ssl/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 14:46:43 +0000</pubDate>
		<dc:creator>Kumar Bhogaraju</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.techforceone.com/?p=190</guid>
		<description><![CDATA[If you wish to redirect one of your pages to HTTPS, even when user enters HTTP in the URL, you can use the following lines of code before you load your PHP page. if (empty($_SERVER['HTTPS']) &#124;&#124; ($_SERVER['HTTPS']!=&#8221;on&#8221;)) { $redirect= &#8220;https://&#8221;.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; header(&#8220;Location:$redirect&#8221;); }]]></description>
		<wfw:commentRss>http://www.techforceone.com/2009/08/php-redirection-to-https-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Template Engines</title>
		<link>http://www.techforceone.com/2009/01/php-template-engines/</link>
		<comments>http://www.techforceone.com/2009/01/php-template-engines/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 12:25:22 +0000</pubDate>
		<dc:creator>Kumar Bhogaraju</dc:creator>
				<category><![CDATA[PHP Framework "Code Igniter"]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.techforceone.com/?p=42</guid>
		<description><![CDATA[Good template engines make it easy to work with designers, especially when the web application is quite big. I used Code Igniter for a big application before, without using its template parser class. I regret it now, because it is becoming increasingly painful to make changes to different parts of the application. But again, I [...]]]></description>
		<wfw:commentRss>http://www.techforceone.com/2009/01/php-template-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
