<?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>PC Tips &#38; Tricks &#187; PHP</title>
	<atom:link href="http://pc-tips.net/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://pc-tips.net</link>
	<description>A collection of PC tips and tricks</description>
	<lastBuildDate>Thu, 25 Mar 2010 23:38:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Codeigniter slugify library</title>
		<link>http://pc-tips.net/2009/09/28/codeigniter-slugify-library/</link>
		<comments>http://pc-tips.net/2009/09/28/codeigniter-slugify-library/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 11:14:08 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=266</guid>
		<description><![CDATA[A simple Codeigniter library to &#8220;slugify&#8221; your URL. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 &#60;?php if &#40;!defined&#40;'BASEPATH'&#41;&#41; exit&#40;'No direct script access allowed'&#41;; &#160; function slugify&#40;$text&#41; &#123; $CI =&#38; get_instance&#40;&#41;; $CI-&#62;load-&#62;model&#40;'my_model', 'Mod'&#41;; $text = preg_replace&#40;'/\W+/', '-', [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2009/09/28/codeigniter-slugify-library/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Extract text from .rtf and .doc files with PHP and COM</title>
		<link>http://pc-tips.net/2009/01/20/extract-text-from-rtf-doc-files-with-php-and-com/</link>
		<comments>http://pc-tips.net/2009/01/20/extract-text-from-rtf-doc-files-with-php-and-com/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 04:59:06 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=242</guid>
		<description><![CDATA[Ever wanted to extract text from a Microsoft Word document with PHP and COM? It&#8217;s not so hard as it seems. Create a Word document on your computer and use this piece of code: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 &#60;?php $word = new COM&#40;&#34;word.application&#34;&#41; or die&#40;&#34;Unable [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2009/01/20/extract-text-from-rtf-doc-files-with-php-and-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove index.php from your Codeigniter application URL</title>
		<link>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/</link>
		<comments>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 11:22:43 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=205</guid>
		<description><![CDATA[If you are using Codeigniter for developing PHP applications you noticed the &#8220;index.php&#8221; part of the URL of your application. You can remove it by doing two simple things: 1. Edit the config.php from .system/application/config/ and change the $config['index_page'] like this: $config['index_page'] = &#8220;&#8221;; 2. Create a .htaccess page in the root of the Codeigniter [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>CodeIgniter authentication library</title>
		<link>http://pc-tips.net/2008/05/28/codeigniter/</link>
		<comments>http://pc-tips.net/2008/05/28/codeigniter/#comments</comments>
		<pubDate>Wed, 28 May 2008 02:11:18 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=18</guid>
		<description><![CDATA[This days I was searching for an authentication system to use with CodeIgniter for a little application I want to make. I read a little about FreakAuth, but it was too much for my needs. So I decided to look at the Derek Allard&#8217;s Bamboo Invoice System. The authentication library he built is closer to [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2008/05/28/codeigniter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
