<?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>Xrvel House &#187; PHP</title>
	<atom:link href="http://www.xrvel.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xrvel.com</link>
	<description>My Programming Blog</description>
	<lastBuildDate>Tue, 31 Jan 2012 06:15:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>PHP HtmlEntities for UTF-8 Characters</title>
		<link>http://www.xrvel.com/449/php-htmlentities-utf8-characters.php</link>
		<comments>http://www.xrvel.com/449/php-htmlentities-utf8-characters.php#comments</comments>
		<pubDate>Tue, 08 Nov 2011 17:23:20 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=449</guid>
		<description><![CDATA[If you just use simple PHP htmlentities function with one argument, you will notice that when you pass string that contains UTF-8 characters, the result is incorrect leaving you with some incorrect characters on the result. To use it correctly, &#8230; <a href="http://www.xrvel.com/449/php-htmlentities-utf8-characters.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/449/php-htmlentities-utf8-characters.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PDF Search Engine Script for Sale</title>
		<link>http://www.xrvel.com/402/pdf-search-engine-script-sale.php</link>
		<comments>http://www.xrvel.com/402/pdf-search-engine-script-sale.php#comments</comments>
		<pubDate>Tue, 29 Mar 2011 06:20:39 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ioncube]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=402</guid>
		<description><![CDATA[I am selling PDF Search Engine with these features : Related terms on search result. This will boost clicks on result page Paging on search result Bad words blocking Search engine friendly URL. Search result cache on flat file on &#8230; <a href="http://www.xrvel.com/402/pdf-search-engine-script-sale.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/402/pdf-search-engine-script-sale.php/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Enabling CodeIgniter $_GET</title>
		<link>http://www.xrvel.com/390/enabling-codeigniter-get.php</link>
		<comments>http://www.xrvel.com/390/enabling-codeigniter-get.php#comments</comments>
		<pubDate>Wed, 02 Feb 2011 03:36:08 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=390</guid>
		<description><![CDATA[Here is how to enable CodeIgniter support to $_GET and still able to use the normal &#8220;SEO-friendly&#8221; URL working together. So you will get a URL like this http://www.example.com/index.php/the_controller/the_function/?some=thing&#038;more=yes First approach is modify your &#8220;config.php&#8221; and change this line. $config['enable_query_strings'] &#8230; <a href="http://www.xrvel.com/390/enabling-codeigniter-get.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/390/enabling-codeigniter-get.php/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Multilanguage Programming with UTF-8 Encoding</title>
		<link>http://www.xrvel.com/384/multilanguage-programming-utf-8-encoding.php</link>
		<comments>http://www.xrvel.com/384/multilanguage-programming-utf-8-encoding.php#comments</comments>
		<pubDate>Mon, 20 Dec 2010 07:41:14 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[UTF8]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=384</guid>
		<description><![CDATA[Multilanguage non-ASCII site? Sometimes we need to make website that can handle languages which contains non-ASCII characters, for example chinese, russian, french, germany, etc. To handle this, we need to handle the language on 3 parts : on PHP itself, &#8230; <a href="http://www.xrvel.com/384/multilanguage-programming-utf-8-encoding.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/384/multilanguage-programming-utf-8-encoding.php/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Encode dengan Ioncube cara Murah</title>
		<link>http://www.xrvel.com/381/encode-dengan-ioncube-cara-murah.php</link>
		<comments>http://www.xrvel.com/381/encode-dengan-ioncube-cara-murah.php#comments</comments>
		<pubDate>Sat, 06 Nov 2010 12:29:49 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Encode]]></category>
		<category><![CDATA[Ioncube]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=381</guid>
		<description><![CDATA[Ioncube adalah salah satu encoder yg dipercaya &#8220;susah&#8221; didecode. Karena bukan obfuscator, tapi semacam &#8220;compiler&#8221; (http://www.ioncube.com). Ioncube sndr harga softwarenya mulai dari $199 untuk versi basic sampai $379 untuk yg versi Cerberus (paling bagus). Untuk para programmer yang ingin melindungi &#8230; <a href="http://www.xrvel.com/381/encode-dengan-ioncube-cara-murah.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/381/encode-dengan-ioncube-cara-murah.php/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Panduan PHP dari Newbie &#8211; 1</title>
		<link>http://www.xrvel.com/8/panduan-php-dari-newbie-1.php</link>
		<comments>http://www.xrvel.com/8/panduan-php-dari-newbie-1.php#comments</comments>
		<pubDate>Wed, 21 May 2008 12:10:49 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=6</guid>
		<description><![CDATA[Biasakan menulis kode PHP anda dalam kondisi : register globals : OFF. Kebanyakan web hosting mematikan setting register globals. short open tag : OFF. Idem. Gunakan require, daripada include. Gunakan require_once (/ include_once) hanya bila diperlukan. Untuk konstanta (/ sesuatu &#8230; <a href="http://www.xrvel.com/8/panduan-php-dari-newbie-1.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/8/panduan-php-dari-newbie-1.php/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

