<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Concatenation : gabung string atau variable</title>
	<atom:link href="http://www.tutorialmelayu.com/web-programming/concatenation-gabung-string-atau-variable/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialmelayu.com/web-programming/php/concatenation-gabung-string-atau-variable</link>
	<description></description>
	<lastBuildDate>Sat, 03 Dec 2011 18:50:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: mdpai</title>
		<link>http://www.tutorialmelayu.com/web-programming/php/concatenation-gabung-string-atau-variable/comment-page-1#comment-360</link>
		<dc:creator>mdpai</dc:creator>
		<pubDate>Sun, 30 Jan 2011 10:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=63#comment-360</guid>
		<description>yang tu boleh pakai function explode, boleh refer di sini http://fr.php.net/explode ..

http://fr.php.net/implode juga mungkin membantu.

contoh :
&lt;code&gt;
// Example 1
$pizza  = &quot;piece1 piece2 piece3 piece4 piece5 piece6&quot;;
$pieces = explode(&quot; &quot;, $pizza);
echo $pieces[0]; // piece1
echo $pieces[1]; // piece2&lt;/code&gt;



</description>
		<content:encoded><![CDATA[<p>yang tu boleh pakai function explode, boleh refer di sini <a href="http://fr.php.net/explode" rel="nofollow">http://fr.php.net/explode</a> ..</p>
<p><a href="http://fr.php.net/implode" rel="nofollow">http://fr.php.net/implode</a> juga mungkin membantu.</p>
<p>contoh :<br />
<code><br />
// Example 1<br />
$pizza  = "piece1 piece2 piece3 piece4 piece5 piece6";<br />
$pieces = explode(" ", $pizza);<br />
echo $pieces[0]; // piece1<br />
echo $pieces[1]; // piece2</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azila</title>
		<link>http://www.tutorialmelayu.com/web-programming/php/concatenation-gabung-string-atau-variable/comment-page-1#comment-350</link>
		<dc:creator>azila</dc:creator>
		<pubDate>Mon, 24 Jan 2011 02:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=63#comment-350</guid>
		<description>concatenation digunakan utk menggabungkan beberapa variable tapi bagaimana plk untuk mengasing gabungan variable kepada beberapa variable.cth:sayamahumkn-nak asingkan kepada 3 variable...tq!</description>
		<content:encoded><![CDATA[<p>concatenation digunakan utk menggabungkan beberapa variable tapi bagaimana plk untuk mengasing gabungan variable kepada beberapa variable.cth:sayamahumkn-nak asingkan kepada 3 variable&#8230;tq!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

