<?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>Tutorial Melayu &#187; hello world</title>
	<atom:link href="http://www.tutorialmelayu.com/tag/hello-world/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialmelayu.com</link>
	<description></description>
	<lastBuildDate>Sun, 06 Nov 2011 12:38:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Hello world</title>
		<link>http://www.tutorialmelayu.com/web-programming/php/hello-world-2</link>
		<comments>http://www.tutorialmelayu.com/web-programming/php/hello-world-2#comments</comments>
		<pubDate>Wed, 28 Jan 2009 19:29:54 +0000</pubDate>
		<dc:creator>mdpai</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[belajar php]]></category>
		<category><![CDATA[hello world]]></category>

		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=17</guid>
		<description><![CDATA[Post kali ini membolehkan anda membina script PHP pertama anda. Saya andaikan anda install xampp dengan menggunakan konfigurasi asal. Jika anda masih belum tahu cara instalasi xampp, rujuk post ini. Buka folder xampp anda, kemudian buka folder htdocs. Di dalam folder htdocs ini, create satu folder baru dan namakan sebagai tutorial. Kemudian buka text editor [...]]]></description>
			<content:encoded><![CDATA[<p>Post kali ini membolehkan anda membina script PHP pertama anda. Saya andaikan anda install xampp dengan menggunakan konfigurasi asal. Jika anda masih belum tahu cara instalasi xampp, <a href="http://www.tutorialmelayu.com/web-programming/php/langkah-pertama-php">rujuk post ini</a>. Buka folder xampp anda, kemudian buka folder htdocs. Di dalam folder htdocs ini, create satu folder baru dan namakan sebagai tutorial.</p>
<p><span id="more-17"></span></p>
<p>Kemudian buka text editor anda (dreamweaver atau notepad++) dan create satu file index.php dan save file ini di dalam folder tutorial yang telah kita create sebentar tadi.</p>
<p><img src="http://www.tutorialmelayu.com/wp-content/uploads/2009/01/index.jpg" alt="index" title="index" width="549" height="257" class="alignnone size-full wp-image-18" /></p>
<p>Tulis code ini di dalam index.php</p>

<div class="wp_codebox"><table><tr id="p172"><td class="code" id="p17code2"><pre class="php" style="font-family:monospace;"><span style="color: #dfc484; font-weight: bold;">&lt;?php</span>
<span style="color: #e8ed97;">echo</span> <span style="color: #ff8400;">&quot;Hello World!&quot;</span><span style="color: #eeeeee;">;</span>
<span style="color: #eeeeee; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<ul>
<li>Guna echo untuk output sesuatu kepada browser</li>
<li>String mesti dimulai dengan &#8221; dan diakhiri dengan &#8221; . Tanda &#8216; juga boleh digunakan untuk menggantikan &#8220;.</li>
<li>Akhiri setiap penyataan php anda dengan tanda ;</li>
</ul>
<p>Save file ni, dan buka browser anda. http://localhost/tutorial/index.php<br />
Output anda sepatutnya seperti berikut;</p>
<p><img src="http://www.tutorialmelayu.com/wp-content/uploads/2009/01/hello.jpg" alt="hello" title="hello" width="204" height="71" class="alignnone size-full wp-image-19" /></p>
<blockquote><p>..Walaupun anda boleh copy paste sahaja code dari tutorial ini, namun saya cadangkan anda menaip sendiri kod tersebut kerana dengan menaip sendiri, lebih mudah untuk kita memahami kod tersebut&#8230;</p></blockquote>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/ApyNLjcjkMI" frameborder="0" allowFullScreen="true"> </iframe></p>
<p><img src="http://www.tutorialmelayu.com/wp-content/uploads/2009/01/hello.jpg" alt="hello" title="hello" width="204" height="71" class="alignnone size-full wp-image-19" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmelayu.com/web-programming/php/hello-world-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

