<?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 Programming Blog &#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>Xrvel Blog</description>
	<lastBuildDate>Wed, 18 Aug 2010 04:20:42 +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>Panduan PHP dari Newbie &#8211; 1</title>
		<link>http://www.xrvel.com/8/programming/php/panduan-php-dari-newbie-1</link>
		<comments>http://www.xrvel.com/8/programming/php/panduan-php-dari-newbie-1#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/programming/php/panduan-php-dari-newbie-1">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Biasakan menulis kode PHP anda dalam kondisi :</p>
<ol>
<li>register globals : OFF. Kebanyakan web hosting mematikan setting register globals.</li>
<li>short open tag : OFF. Idem.</li>
</ol>
<p>Gunakan require, daripada include.<br />
Gunakan require_once (/ include_once) hanya bila diperlukan.</p>
<p>Untuk konstanta (/ sesuatu yang bersifat global), gunakan perintah define daripada variabel biasa.</p>
<p>Percayalah, dengan mematuhi syarat di atas, koding akan terasa menyenangkan <img src='http://www.xrvel.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="Panduan PHP dari Newbie   1 Image" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.xrvel.com/8/programming/php/panduan-php-dari-newbie-1/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
