<?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: PHP array</title>
	<atom:link href="http://www.tutorialmelayu.com/web-programming/php-array/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialmelayu.com/web-programming/php/php-array</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/php-array/comment-page-1#comment-386</link>
		<dc:creator>mdpai</dc:creator>
		<pubDate>Sat, 08 Oct 2011 06:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=120#comment-386</guid>
		<description>@Wanrushdi : Boleh try cek data yang dikembalikan oleh mysql_query. Antara cara saya memastikan query betul atau tidak, saya echo dahulu sql statement itu, kemudian meletakkan hasilnya di dalam phpmyadmin.</description>
		<content:encoded><![CDATA[<p>@Wanrushdi : Boleh try cek data yang dikembalikan oleh mysql_query. Antara cara saya memastikan query betul atau tidak, saya echo dahulu sql statement itu, kemudian meletakkan hasilnya di dalam phpmyadmin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wanrushdi</title>
		<link>http://www.tutorialmelayu.com/web-programming/php/php-array/comment-page-1#comment-384</link>
		<dc:creator>Wanrushdi</dc:creator>
		<pubDate>Thu, 15 Sep 2011 08:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=120#comment-384</guid>
		<description>minta maaf, coding yg tlh di attach tu... tak tepat..... jd minta tlg dan bantu saya... codingnya di URL ni http://www.spisarawak.com/spi/mintatlg.txt</description>
		<content:encoded><![CDATA[<p>minta maaf, coding yg tlh di attach tu&#8230; tak tepat&#8230;.. jd minta tlg dan bantu saya&#8230; codingnya di URL ni <a href="http://www.spisarawak.com/spi/mintatlg.txt" rel="nofollow">http://www.spisarawak.com/spi/mintatlg.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wanrushdi</title>
		<link>http://www.tutorialmelayu.com/web-programming/php/php-array/comment-page-1#comment-383</link>
		<dc:creator>Wanrushdi</dc:creator>
		<pubDate>Thu, 15 Sep 2011 07:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=120#comment-383</guid>
		<description>&lt;?php
include &#039;connect.php&#039;;
$no = 1;
$kodsek= $_GET[&#039;no&#039;]; //get the nama value from form
$tahun= &quot;2012&quot;; //get the nama value from form
$q = &quot;SELECT * from jos_smka where namasek like &#039;%kodsek%&#039; and tahun like &#039;%$tahun%&#039;&quot;; //query to get the search result
$result = mysql_query($q); //execute the query $q
$data1 = mysql_fetch_array($result);
echo &quot;&quot;;
echo &quot;PERMOHONAN KEMASUKAN KE TINGKATAN 1 TAHUN 2012 &quot;;
echo &quot;SEKOLAH RANCANGAN KHAS (SRK), KELAS RANCANGAN KHAS (KRK), SEKOLAH &quot;;
echo &quot;MENENGAH KEBANGSAAN AGAMA (SMKA) DAN KELAS ALIRAN AGAMA (KAA)&quot;; 
echo &quot;.&quot;; 
echo &quot; SENARAI PEMOHON DARI PPD &quot;.$kodsek.&quot; YANG TELAH DISAHKAN OLEH GURU BESAR/PENOLONG KANAN &quot;;


echo &quot;&quot;;

echo &quot;

Bil
Angka Giliran
Nama Pemohon   
namasek
Tarikh Disahkan
M/S 1
M/S 2
M/S 3
M/S 4
Borang
Reset Password
&quot;;
while ($data = mysql_fetch_array($result)) {  //fetch the result from query into an array
echo &quot;&quot;.$no.&quot;
&quot;.$data[&#039;angkagiliran&#039;].&quot;
&quot;.$data[&#039;nama&#039;].&quot;
&quot;.$data[&#039;namasek&#039;].&quot;
&quot;.$data[&#039;trksahbrg&#039;].&quot;
 &lt;i&gt; &lt;a&gt; semak &lt;/a&gt; &lt;/i&gt;
 &lt;i&gt; &lt;a&gt; semak &lt;/a&gt; &lt;/i&gt;
 &lt;i&gt; &lt;a&gt; semak &lt;/a&gt; &lt;/i&gt;
 &lt;i&gt; &lt;a&gt; semak &lt;/a&gt; &lt;/i&gt;
 &lt;i&gt; &lt;a&gt; semak &lt;/a&gt; &lt;/i&gt;
 &lt;i&gt; &lt;a&gt; reset &lt;/a&gt; &lt;/i&gt;
&quot;;
$no++;
}
echo &quot;&quot;;
?&gt; 
 
 
</description>
		<content:encoded><![CDATA[<p>&lt;?php<br />
include &#039;connect.php&#039;;<br />
$no = 1;<br />
$kodsek= $_GET[&#039;no&#039;]; //get the nama value from form<br />
$tahun= &quot;2012&quot;; //get the nama value from form<br />
$q = &quot;SELECT * from jos_smka where namasek like &#039;%kodsek%&#039; and tahun like &#039;%$tahun%&#039;&quot;; //query to get the search result<br />
$result = mysql_query($q); //execute the query $q<br />
$data1 = mysql_fetch_array($result);<br />
echo &quot;&#8221;;<br />
echo &#8220;PERMOHONAN KEMASUKAN KE TINGKATAN 1 TAHUN 2012 &#8220;;<br />
echo &#8220;SEKOLAH RANCANGAN KHAS (SRK), KELAS RANCANGAN KHAS (KRK), SEKOLAH &#8220;;<br />
echo &#8220;MENENGAH KEBANGSAAN AGAMA (SMKA) DAN KELAS ALIRAN AGAMA (KAA)&#8221;;<br />
echo &#8220;.&#8221;;<br />
echo &#8221; SENARAI PEMOHON DARI PPD &#8220;.$kodsek.&#8221; YANG TELAH DISAHKAN OLEH GURU BESAR/PENOLONG KANAN &#8220;;</p>
<p>echo &#8220;&#8221;;</p>
<p>echo &#8221;</p>
<p>Bil<br />
Angka Giliran<br />
Nama Pemohon<br />
namasek<br />
Tarikh Disahkan<br />
M/S 1<br />
M/S 2<br />
M/S 3<br />
M/S 4<br />
Borang<br />
Reset Password<br />
&#8220;;<br />
while ($data = mysql_fetch_array($result)) {  //fetch the result from query into an array<br />
echo &#8220;&#8221;.$no.&#8221;<br />
&#8220;.$data['angkagiliran'].&#8221;<br />
&#8220;.$data['nama'].&#8221;<br />
&#8220;.$data['namasek'].&#8221;<br />
&#8220;.$data['trksahbrg'].&#8221;<br />
 <i> <a> semak </a> </i><br />
 <i> <a> semak </a> </i><br />
 <i> <a> semak </a> </i><br />
 <i> <a> semak </a> </i><br />
 <i> <a> semak </a> </i><br />
 <i> <a> reset </a> </i><br />
&#8220;;<br />
$no++;<br />
}<br />
echo &#8220;&#8221;;<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wanrushdi</title>
		<link>http://www.tutorialmelayu.com/web-programming/php/php-array/comment-page-1#comment-382</link>
		<dc:creator>Wanrushdi</dc:creator>
		<pubDate>Thu, 15 Sep 2011 07:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=120#comment-382</guid>
		<description>Saya dah keliru ni, kenapa coding array yg sy guna ni tidak paparkan semua calon, contoh : calon memohon ada 13 org tp yang dipapar cuma 12 orang je, minta tlg yee...


&lt;?php


include &#039;connect.php&#039;;

$no = 1;

$kodsek= $_GET[&#039;no&#039;]; //get the nama value from form
$tahun= &quot;2012&quot;; //get the nama value from form
$q = &quot;SELECT * from jos_smka where namasek like &#039;%kodsek%&#039; and tahun like &#039;%$tahun%&#039;&quot;; //query to get the search result
$result = mysql_query($q); //execute the query $q
$data1 = mysql_fetch_array($result);
echo &quot;&quot;;
echo &quot;PERMOHONAN KEMASUKAN KE TINGKATAN 1 TAHUN 2012 &quot;;
echo &quot;SEKOLAH RANCANGAN KHAS (SRK), KELAS RANCANGAN KHAS (KRK), SEKOLAH &quot;;
echo &quot;MENENGAH KEBANGSAAN AGAMA (SMKA) DAN KELAS ALIRAN AGAMA (KAA)&quot;; 
echo &quot;.&quot;; 
echo &quot; SENARAI PEMOHON DARI PPD &quot;.$kodsek.&quot; YANG TELAH DISAHKAN OLEH GURU BESAR/PENOLONG KANAN &quot;;


echo &quot;&quot;;

echo &quot;

Bil
Angka Giliran
Nama Pemohon   
namasek
Tarikh Disahkan
M/S 1
M/S 2
M/S 3
M/S 4
Borang
Reset Password
&quot;;

while ($data = mysql_fetch_array($result)) {  //fetch the result from query into an array
echo &quot;&quot;.$no.&quot;
&quot;.$data[&#039;angkagiliran&#039;].&quot;
&quot;.$data[&#039;nama&#039;].&quot;
&quot;.$data[&#039;namasek&#039;].&quot;
&quot;.$data[&#039;trksahbrg&#039;].&quot;
 &lt;i&gt; &lt;a&gt; semak &lt;/a&gt; &lt;/i&gt;
 &lt;i&gt; &lt;a&gt; semak &lt;/a&gt; &lt;/i&gt;
 &lt;i&gt; &lt;a&gt; semak &lt;/a&gt; &lt;/i&gt;
 &lt;i&gt; &lt;a&gt; semak &lt;/a&gt; &lt;/i&gt;
 &lt;i&gt; &lt;a&gt; semak &lt;/a&gt; &lt;/i&gt;
 &lt;i&gt; &lt;a&gt; reset &lt;/a&gt; &lt;/i&gt;
&quot;;
$no++;
}
echo &quot;&quot;;
?&gt; 

 
 
</description>
		<content:encoded><![CDATA[<p>Saya dah keliru ni, kenapa coding array yg sy guna ni tidak paparkan semua calon, contoh : calon memohon ada 13 org tp yang dipapar cuma 12 orang je, minta tlg yee&#8230;</p>
<p>&lt;?php</p>
<p>include &#039;connect.php&#039;;</p>
<p>$no = 1;</p>
<p>$kodsek= $_GET[&#039;no&#039;]; //get the nama value from form<br />
$tahun= &quot;2012&quot;; //get the nama value from form<br />
$q = &quot;SELECT * from jos_smka where namasek like &#039;%kodsek%&#039; and tahun like &#039;%$tahun%&#039;&quot;; //query to get the search result<br />
$result = mysql_query($q); //execute the query $q<br />
$data1 = mysql_fetch_array($result);<br />
echo &quot;&#8221;;<br />
echo &#8220;PERMOHONAN KEMASUKAN KE TINGKATAN 1 TAHUN 2012 &#8220;;<br />
echo &#8220;SEKOLAH RANCANGAN KHAS (SRK), KELAS RANCANGAN KHAS (KRK), SEKOLAH &#8220;;<br />
echo &#8220;MENENGAH KEBANGSAAN AGAMA (SMKA) DAN KELAS ALIRAN AGAMA (KAA)&#8221;;<br />
echo &#8220;.&#8221;;<br />
echo &#8221; SENARAI PEMOHON DARI PPD &#8220;.$kodsek.&#8221; YANG TELAH DISAHKAN OLEH GURU BESAR/PENOLONG KANAN &#8220;;</p>
<p>echo &#8220;&#8221;;</p>
<p>echo &#8221;</p>
<p>Bil<br />
Angka Giliran<br />
Nama Pemohon<br />
namasek<br />
Tarikh Disahkan<br />
M/S 1<br />
M/S 2<br />
M/S 3<br />
M/S 4<br />
Borang<br />
Reset Password<br />
&#8220;;</p>
<p>while ($data = mysql_fetch_array($result)) {  //fetch the result from query into an array<br />
echo &#8220;&#8221;.$no.&#8221;<br />
&#8220;.$data['angkagiliran'].&#8221;<br />
&#8220;.$data['nama'].&#8221;<br />
&#8220;.$data['namasek'].&#8221;<br />
&#8220;.$data['trksahbrg'].&#8221;<br />
 <i> <a> semak </a> </i><br />
 <i> <a> semak </a> </i><br />
 <i> <a> semak </a> </i><br />
 <i> <a> semak </a> </i><br />
 <i> <a> semak </a> </i><br />
 <i> <a> reset </a> </i><br />
&#8220;;<br />
$no++;<br />
}<br />
echo &#8220;&#8221;;<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mdpai</title>
		<link>http://www.tutorialmelayu.com/web-programming/php/php-array/comment-page-1#comment-75</link>
		<dc:creator>mdpai</dc:creator>
		<pubDate>Mon, 30 Nov 2009 11:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=120#comment-75</guid>
		<description>apa la yang dinyonyotkan ni.. hehe</description>
		<content:encoded><![CDATA[<p>apa la yang dinyonyotkan ni.. hehe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.tutorialmelayu.com/web-programming/php/php-array/comment-page-1#comment-74</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Mon, 30 Nov 2009 10:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=120#comment-74</guid>
		<description>nyot nyot</description>
		<content:encoded><![CDATA[<p>nyot nyot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nurul</title>
		<link>http://www.tutorialmelayu.com/web-programming/php/php-array/comment-page-1#comment-31</link>
		<dc:creator>nurul</dc:creator>
		<pubDate>Thu, 14 May 2009 02:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=120#comment-31</guid>
		<description>tahu x camner nak wat group untuk satu email? cam kita wat email company tapi nak wat group xtau camner untuk ketua jabatan n ketua bahagian</description>
		<content:encoded><![CDATA[<p>tahu x camner nak wat group untuk satu email? cam kita wat email company tapi nak wat group xtau camner untuk ketua jabatan n ketua bahagian</p>
]]></content:encoded>
	</item>
</channel>
</rss>

