<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by imiharrima</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 12 Jun 2026 02:11:29 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>[SURVEY] Help do my survey about social network</title>
            <link>http://forum.lowyat.net/topic/2309738</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I would like to ask for your kindness to do my survey for my Master&amp;#39;s degree on Digital Legacy Management in Social Network Sites Users. It contains 15 questions and will take just around 5 to 10 minutes to complete it because answers are mostly Yes or No only. This is really important because I want accurate information about social network users in Malaysia.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;*Tips: There are 3 parts of the survey so make sure you answer until the last question (15 questions). &lt;br /&gt;*Tips: If you cannot understand what the question means, just answer no.&lt;br /&gt;&lt;br /&gt;*This is NOT PROFITABLE and your anonymity is assured. &lt;br /&gt;*Only social network sites users (Facebook, Twitter, Google+, LinkedIn, mySpace, Friendster, etc) can participate in this survey. However, you do not need to log in or anyhing. &lt;br /&gt;&lt;br /&gt;Just click the link and a new window will open where you can do the survey. &lt;br /&gt;&lt;br /&gt;&lt;a href='http://kwiksurveys.com?u=amirtamtam' target='_blank'&gt;Click here for the survey. Thanks&amp;#33;&lt;/a&gt;</description>
            <author>imiharrima</author>
            <category>PhD School</category>
            <pubDate>Tue, 17 Apr 2012 00:10:40 +0800</pubDate>
        </item>
        <item>
            <title>[SURVEY] Help do my survey about social network</title>
            <link>http://forum.lowyat.net/topic/2304202</link>
            <description>Hi /k/&lt;br /&gt;&lt;br /&gt;I would like to ask for your kindness to do my survey for my Master&amp;#39;s degree on &lt;b&gt;Digital Legacy Management in Social Network Sites Users&lt;/b&gt;. It contains 15 questions and will take just around 5 to 10 minutes to complete it because answers are mostly Yes or No only. This is really important because I want accurate information about social network users in Malaysia.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;*Tips: There are 3 parts of the survey so &lt;b&gt;make sure you answer until the last question&lt;/b&gt; (15 questions). &lt;br /&gt;*Tips: If you &lt;b&gt;cannot understand&lt;/b&gt; what the question means, just &lt;b&gt;answer no&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;*This is NOT PROFITABLE and your anonymity is assured. &lt;br /&gt;*Only social network sites users (Facebook, Twitter, Google+, LinkedIn, mySpace, Friendster, etc) can participate in this survey. However, you do not need to log in or anyhing. &lt;br /&gt;&lt;br /&gt;Just click the link and a new window will open where you can do the survey. I can only repay your kindness with my prayers and hope god will bless you on your participation to this survey&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://kwiksurveys.com?u=amirtamtam' target='_blank'&gt;Click here for the survey. Thanks&amp;#33;&lt;/a&gt;&lt;br /&gt;</description>
            <author>imiharrima</author>
            <category>Serious Kopitiam</category>
            <pubDate>Thu, 12 Apr 2012 20:09:59 +0800</pubDate>
        </item>
        <item>
            <title>Cannot retrieve data from MySQL</title>
            <link>http://forum.lowyat.net/topic/2129807</link>
            <description>Hi&amp;#33;&lt;br /&gt;&lt;br /&gt;I have a problem in retrieving data from a table to be displayed on a webpage. I have no trouble in storing it btw. I&amp;#39;m using a bit of OOP so there are a couple of files included.&lt;br /&gt;&lt;br /&gt;i use this code to retrieve a data from the database,&lt;br /&gt;&lt;br /&gt;&lt;u&gt;nextofkinreg.php&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('d463f6c71868c851dc3b14cbebd58c00')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;d463f6c71868c851dc3b14cbebd58c00&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&amp;lt;?php if (&amp;#33;isset(&amp;#036;_SESSION)) {session_start();} ?&amp;gt;&lt;br /&gt;&amp;lt;?php require_once(&amp;quot;top.php&amp;quot;); ?&amp;gt;&lt;br /&gt;&amp;lt;?php include (&amp;quot;patient.php&amp;quot;);?&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;?php &lt;br /&gt;&lt;br /&gt;&amp;#036;PatientA= new Patient;&lt;br /&gt;&amp;#036;Name = &amp;#036;_GET[&amp;#39;Name&amp;#39;];&lt;br /&gt;&amp;#036;result = &amp;#036;PatientA-&amp;gt;retrievePatient(&amp;#036;Name);&lt;br /&gt;	 &lt;br /&gt;while(&amp;#036;row=mysql_fetch_array(&amp;#036;result))&lt;br /&gt;	{&lt;br /&gt;	&amp;#036;PatientNo = &amp;#036;row[&amp;#39;PatientNo&amp;#39;];&lt;br /&gt;	&amp;#036;Name= &amp;#036;row[&amp;#39;Name&amp;#39;];&lt;br /&gt;	&amp;#036;ICNo= &amp;#036;row[&amp;#39;ICNo&amp;#39;];&lt;br /&gt;	&amp;#036;Sex= &amp;#036;row[&amp;#39;Sex&amp;#39;];&lt;br /&gt;	&amp;#036;Address= &amp;#036;row[&amp;#39;Address&amp;#39;];&lt;br /&gt;	&amp;#036;Postcode= &amp;#036;row[&amp;#39;Postcode&amp;#39;];&lt;br /&gt;	&amp;#036;ContactNo= &amp;#036;row[&amp;#39;ContactNo&amp;#39;];&lt;br /&gt;	}&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;?php echo &amp;#036;Name; ?&amp;gt;   &amp;lt;?php echo &amp;#036;PatientNo; ?&amp;gt; &lt;i&gt;&amp;lt;---test to retrieve data but FAIL&lt;/i&gt;  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; &lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;patient.php&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('5d333a3e46424ba35897084d13664505')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;5d333a3e46424ba35897084d13664505&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;class Patient&lt;br /&gt;{&lt;br /&gt; public &amp;#036;PatientNo;&lt;br /&gt; public &amp;#036;Name;&lt;br /&gt; public &amp;#036;ICNo;&lt;br /&gt; public &amp;#036;Sex;&lt;br /&gt; public &amp;#036;Address;&lt;br /&gt; public &amp;#036;Postcode;&lt;br /&gt; public &amp;#036;ContactNo;&lt;br /&gt; &lt;br /&gt;public function __Construct()&lt;br /&gt; {&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;public function setPatient(&amp;#036;PatientNo, &amp;#036;Name, &amp;#036;ICNo, &amp;#036;Sex, &amp;#036;Address, &amp;#036;Postcode, &amp;#036;ContactNo)&lt;br /&gt; {&lt;br /&gt;	&amp;#036;this-&amp;gt;PatientNo = &amp;#036;PatientNo;&lt;br /&gt;	&amp;#036;this-&amp;gt;Name = &amp;#036;Name;	&lt;br /&gt;	&amp;#036;this-&amp;gt;ICNo = &amp;#036;ICNo;	&lt;br /&gt;	&amp;#036;this-&amp;gt;Sex = &amp;#036;Sex;&lt;br /&gt;	&amp;#036;this-&amp;gt;Address = &amp;#036;Address;&lt;br /&gt;	&amp;#036;this-&amp;gt;Postcode = &amp;#036;Postcode;&lt;br /&gt;	&amp;#036;this-&amp;gt;ContactNo = &amp;#036;ContactNo;&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;public function retrievePatient(&amp;#036;Name) &amp;lt;---&lt;i&gt;at first I use PatientNo because its the primary key, just testing out with Name&lt;/i&gt;&lt;br /&gt; {&lt;br /&gt;  include (&amp;#39;../Database/serverConnection.php&amp;#39;);&lt;br /&gt;  &amp;#036;sql = &amp;quot;SELECT * FROM csmc_inpatient WHERE Name=&amp;#39;&amp;#036;Name&amp;#39;&amp;quot;;&lt;br /&gt;  &amp;#036;result=mysql_query(&amp;#036;sql) or die(&amp;#39;Query Failed&amp;#39;. mysql_error());&lt;br /&gt;  return &amp;#036;result;&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;i dont think there&amp;#39;s any problem with the query because no error being displayed. Hope any sifu can help me with this  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;</description>
            <author>imiharrima</author>
            <category>Codemasters</category>
            <pubDate>Wed, 30 Nov 2011 15:21:13 +0800</pubDate>
        </item>
        <item>
            <title>dear /k/</title>
            <link>http://forum.lowyat.net/topic/1422376</link>
            <description>anyone knows any laser tag place around kuala lumpur area?</description>
            <author>imiharrima</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Thu, 13 May 2010 21:58:03 +0800</pubDate>
        </item>
        <item>
            <title>Laser Tag</title>
            <link>http://forum.lowyat.net/topic/1422374</link>
            <description>are there any place to play laser tag in the kuala lumpur area?..i&amp;#39;m trying to organize an event and a laser tag game is surely gonna live things up.. &lt;!--emo&amp;:(--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>imiharrima</author>
            <category>Events and Gatherings</category>
            <pubDate>Thu, 13 May 2010 21:56:47 +0800</pubDate>
        </item>
        <item>
            <title>My HDD cant be format..</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Hardware</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>My HDD cant be format..</title>
            <link>http://forum.lowyat.net/topic/928368</link>
            <description>I just bought a 640gb WD Caviar Green HDD..i&amp;#39;ve tried to use it but somehow,i cant format it,making it unuseable..&lt;br /&gt;&lt;br /&gt;what the steps i&amp;#39;ve done..&lt;br /&gt;1.Enter disk management&lt;br /&gt;2.Change the 640gb WD to dynamic&lt;br /&gt;3.Make 2 partition.(320gb,320gb)&lt;br /&gt;4.Of course after make partition,I need to format the partitions.&lt;br /&gt;5.Try formatting..but somehow,the disk cant be formatted..or sometimes it just hang itself and disk management close itself..&lt;br /&gt;&lt;br /&gt;tried it a couple of times,i&amp;#39;ve trie to put the hdd at different sata port incase it is the port problem..he same prob occur..&lt;br /&gt;&lt;br /&gt;so is it the HDD problem or my Windows prob??.. &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>imiharrima</author>
            <category>Technical Support</category>
            <pubDate>Sat, 07 Feb 2009 12:15:48 +0800</pubDate>
        </item>
        <item>
            <title>suggestion for casing</title>
            <link>http://forum.lowyat.net/topic/741976</link>
            <description>a noob here..i&amp;#39;m finding a casing for my soon-to-be SLI rig n i got a prob here bcause i dunno if the casing can fit the mobo nicely or not....so pls abg2,kakak2 give me suggestion on a budget casing under 250..n other than cm690..&lt;br /&gt;&lt;br /&gt;my rig:&lt;br /&gt;CM extreme power 650w&lt;br /&gt;Asus P5N-D&lt;br /&gt;Core 2 Duo E6600&lt;br /&gt;9600GT SLI&lt;br /&gt;1gbx2 ocz ddr2 800mhz ram&lt;br /&gt;160gb Samsung HD&lt;br /&gt;&lt;br /&gt;tq for ur help&amp;#33; &lt;!--emo&amp;:lol:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;</description>
            <author>imiharrima</author>
            <category>Hardware</category>
            <pubDate>Mon, 14 Jul 2008 12:55:53 +0800</pubDate>
        </item>
        <item>
            <title>[WTA]the best GC PCI-E for DDR2</title>
            <link>http://forum.lowyat.net/topic/631560</link>
            <description>whats the best GC dor DDR2 for now?..coz i wan to upgrade my GC Nvidia 7300LE 512mb but dun wan upgrade to DDR3..if upgrade to ddr3,need change mobo,RAM...so anyone can gimme some idea..if can,gimme the price too..n preferably the OC edition..or r there any mobo that can support DDR3 GC with DDR2 RAM?&lt;br /&gt;&lt;br /&gt;i got one but dunno how good is it..&lt;br /&gt;NX8600GT-TD512E-OC/D2&lt;br /&gt;&lt;a href='http://asia.msi.com.tw/index.php?func=proddesc&amp;prod_no=1354&amp;maincat_no=130&amp;cat2_no=136' target='_blank'&gt;http://asia.msi.com.tw/index.php?func=prod...130&amp;cat2_no=136&lt;/a&gt;</description>
            <author>imiharrima</author>
            <category>Hardware</category>
            <pubDate>Thu, 14 Feb 2008 22:08:24 +0800</pubDate>
        </item>
        <item>
            <title>Dual Core VS Quad Core&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/612492</link>
            <description>juz wanna ask n confirm about this..which of the product works better for gaming?..bcoz a guy told me that not all games can work well with quad processors..n its better to buy a dual processors with highest specs..can anyone justify this?.. &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>imiharrima</author>
            <category>Hardware</category>
            <pubDate>Tue, 15 Jan 2008 16:35:14 +0800</pubDate>
        </item>
        <item>
            <title>Need Help</title>
            <link>http://forum.lowyat.net/topic/611906</link>
            <description>i&amp;#39;m having a prob here..i wanna buy a new processor for my pc..in my consideration is core 2 duo  or core 2 quad..as my hdd is really low(80gb only &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; )..i surely need to buy a new one..the problem is do i need to buy a new mobo for my PC??..my current mobo is intel p9645z(dun really remember &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; )..n can a mobo useDDR2 and DDR3 at the same time?..as in my RAM is DDR2 but my Graphic Card DDR3..thx to those willing to help.. &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>imiharrima</author>
            <category>Hardware</category>
            <pubDate>Mon, 14 Jan 2008 21:47:24 +0800</pubDate>
        </item>
    </channel>
</rss>
