<?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>HaTTaWebID - All Included ! &#187; php</title>
	<atom:link href="http://hatta.web.id/category/tutorial/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://hatta.web.id</link>
	<description>All Included !</description>
	<lastBuildDate>Tue, 14 Oct 2008 08:21:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HaTTaWebID Random Testimonial Script</title>
		<link>http://hatta.web.id/2008/06/hattawebid-random-testimonial-script/</link>
		<comments>http://hatta.web.id/2008/06/hattawebid-random-testimonial-script/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 03:56:59 +0000</pubDate>
		<dc:creator>HaT</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://hatta.web.id/?p=13</guid>
		<description><![CDATA[Di kanan atas web HaTTaWebID ada Random Testimonial&#8230; Coba di refresh aja.. nanti random.. script PHP nya sederhana banget&#8230; kalo yang pengen masang juga&#8230;

&#60;?php
$quotes = array(
"Random testimonial 1",
"Random testimonial 2",
"Random testimonial 3"
);
echo $quotes[rand(0, count($quotes) - 1)];
?&#62;
Cara make : tinggal GANTI tulisan Random testimonial 1 dst. dengan testimonial yang ada&#8230; kalo lebih dari tiga tinggal ditambahin [...]]]></description>
			<content:encoded><![CDATA[<p>Di kanan atas web HaTTaWebID ada <em>Random Testimonial&#8230; </em>Coba di refresh aja.. nanti random.. script PHP nya sederhana banget&#8230; kalo yang pengen masang juga&#8230;<br />
<code><br />
&lt;?php<br />
$quotes = array(<br />
"Random testimonial 1",<br />
"Random testimonial 2",<br />
"Random testimonial 3"<br />
);<br />
echo $quotes[rand(0, count($quotes) - 1)];<br />
?&gt;</code></p>
<p>Cara make : tinggal GANTI tulisan Random testimonial 1 dst. dengan testimonial yang ada&#8230; kalo lebih dari tiga tinggal ditambahin aja&#8230; seperti ini&#8230;<br />
<span id="more-13"></span></p>
<p><code>&lt;?php<br />
$quotes = array(<br />
"Random testimonial 1",</code><code><br />
"Random testimonial 2",<br />
"Random testimonial 3",<br />
"Random testimonial 4",<br />
"Random testimonial 5"</code><code><br />
);<br />
echo $quotes[rand(0, count($quotes) - 1)];<br />
?&gt;</code></p>
<p>dan seterus nya&#8230;. =)</p>
]]></content:encoded>
			<wfw:commentRss>http://hatta.web.id/2008/06/hattawebid-random-testimonial-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
