<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by nic58191</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sat, 06 Jun 2026 20:48:24 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Laptop auto shutdown while in safemode no problem</title>
            <link>http://forum.lowyat.net/topic/2203417</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;as title, the laptop is shutdown automatic when go in normal windows&lt;br /&gt;while in safe mode, it run smooth, wont shut odwn automatic.&lt;br /&gt;i oredi reinstall the windows 7.</description>
            <author>nic58191</author>
            <category>Technical Support</category>
            <pubDate>Fri, 27 Jan 2012 11:54:52 +0800</pubDate>
        </item>
        <item>
            <title>Close to Logout</title>
            <link>http://forum.lowyat.net/topic/1950912</link>
            <description>hi, i wan to know, when user browser, it will logout from system.&lt;br /&gt;i found cimbclicks gt this function.&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&amp;#60;script language=&amp;#34;javascript&amp;#34;&amp;#62; &lt;br /&gt;function logout&amp;#40;&amp;#41;{&lt;br /&gt;	var url = parent.win1.logoutUrl;&lt;br /&gt;	if &amp;#40;url&amp;#41;{&lt;br /&gt; &amp;nbsp;parent.win1.location = url;&lt;br /&gt; &amp;nbsp;alert&amp;#40;&amp;#34;You have been logged out from CIMB Clicks&amp;#34;&amp;#41;;&lt;br /&gt;	}&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;}&lt;br /&gt;window.onbeforeunload= logout&lt;br /&gt;&amp;#60;/script&amp;#62;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;may i know how to implement it?</description>
            <author>nic58191</author>
            <category>Codemasters</category>
            <pubDate>Sat, 09 Jul 2011 21:23:33 +0800</pubDate>
        </item>
        <item>
            <title>Php mail ()</title>
            <link>http://forum.lowyat.net/topic/1899933</link>
            <description>&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&amp;#60;?php&lt;br /&gt;// Varios destinatarios&lt;br /&gt;&amp;#036;to  = &amp;#39;aidan@example.com&amp;#39; . &amp;#39;, &amp;#39;; &lt;br /&gt;&amp;#036;to .= &amp;#39;wez@example.com&amp;#39;;&lt;br /&gt;&lt;br /&gt;// subject&lt;br /&gt;&amp;#036;subject= &amp;#39;Testing&amp;#39;;&lt;br /&gt;&lt;br /&gt;// message&lt;br /&gt;&amp;#036;message = &amp;#39;&lt;br /&gt;&amp;#60;html&amp;#62;&lt;br /&gt;&amp;#60;head&amp;#62;&lt;br /&gt;  &amp;#60;title&amp;#62;Testing&amp;#60;/title&amp;#62;&lt;br /&gt;&amp;#60;/head&amp;#62;&lt;br /&gt;&amp;#60;body&amp;#62;&lt;br /&gt;  &amp;#60;p&amp;#62;Testing&amp;#60;/p&amp;#62;&lt;br /&gt;  &amp;#60;table&amp;#62;&lt;br /&gt;    &amp;#60;tr&amp;#62;&lt;br /&gt;      &amp;#60;th&amp;#62;Quien&amp;#60;/th&amp;#62;&amp;#60;th&amp;#62;Día&amp;#60;/th&amp;#62;&amp;#60;th&amp;#62;Mes&amp;#60;/th&amp;#62;&amp;#60;th&amp;#62;Año&amp;#60;/th&amp;#62;&lt;br /&gt;    &amp;#60;/tr&amp;#62;&lt;br /&gt;    &amp;#60;tr&amp;#62;&lt;br /&gt;      &amp;#60;td&amp;#62;Joe&amp;#60;/td&amp;#62;&amp;#60;td&amp;#62;3&amp;#60;/td&amp;#62;&amp;#60;td&amp;#62;Agosto&amp;#60;/td&amp;#62;&amp;#60;td&amp;#62;1970&amp;#60;/td&amp;#62;&lt;br /&gt;    &amp;#60;/tr&amp;#62;&lt;br /&gt;    &amp;#60;tr&amp;#62;&lt;br /&gt;      &amp;#60;td&amp;#62;Sally&amp;#60;/td&amp;#62;&amp;#60;td&amp;#62;17&amp;#60;/td&amp;#62;&amp;#60;td&amp;#62;Agosto&amp;#60;/td&amp;#62;&amp;#60;td&amp;#62;1973&amp;#60;/td&amp;#62;&lt;br /&gt;    &amp;#60;/tr&amp;#62;&lt;br /&gt;  &amp;#60;/table&amp;#62;&lt;br /&gt;&amp;#60;/body&amp;#62;&lt;br /&gt;&amp;#60;/html&amp;#62;&lt;br /&gt;&amp;#39;;&lt;br /&gt;&lt;br /&gt;&amp;#036;header  = &amp;#39;MIME-Version&amp;#58; 1.0&amp;#39; . &amp;#34;&amp;#092;r&amp;#092;n&amp;#34;;&lt;br /&gt;&amp;#036;header .= &amp;#39;Content-type&amp;#58; text/html; charset=iso-8859-1&amp;#39; . &amp;#34;&amp;#092;r&amp;#092;n&amp;#34;;&lt;br /&gt;&lt;br /&gt;&amp;#036;header .= &amp;#39;To&amp;#58; Mary &amp;#60;mary@example.com&amp;#62;, Kelly &amp;#60;kelly@example.com&amp;#62;&amp;#39; . &amp;#34;&amp;#092;r&amp;#092;n&amp;#34;;&lt;br /&gt;&amp;#036;header .= &amp;#39;From&amp;#58; Recordatorio &amp;#60;cumples@example.com&amp;#62;&amp;#39; . &amp;#34;&amp;#092;r&amp;#092;n&amp;#34;;&lt;br /&gt;&amp;#036;header .= &amp;#39;Cc&amp;#58; birthdayarchive@example.com&amp;#39; . &amp;#34;&amp;#092;r&amp;#092;n&amp;#34;;&lt;br /&gt;&amp;#036;header .= &amp;#39;Bcc&amp;#58; birthdaycheck@example.com&amp;#39; . &amp;#34;&amp;#092;r&amp;#092;n&amp;#34;;&lt;br /&gt;&lt;br /&gt;// Mail it&lt;br /&gt;mail&amp;#40;&amp;#036;to, &amp;#036;subject, &amp;#036;message, &amp;#036;header&amp;#41;;&lt;br /&gt;?&amp;#62; &lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;example, i&amp;#39;m using php mail.&lt;br /&gt;i want to ask, inside &amp;#036;message, can i use if else statement?&lt;br /&gt;i try, but not successful.&lt;br /&gt;i wan display &lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;      &amp;lt;th&amp;gt;Quien&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Día&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Mes&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Año&amp;lt;/th&amp;gt;&lt;br /&gt;    &amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;if package_type = B&lt;br /&gt;&lt;br /&gt;thanks all the sifu.&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;&amp;#036;message = &amp;#39;&lt;br /&gt;&amp;#60;html&amp;#62;&lt;br /&gt;&amp;#60;head&amp;#62;&lt;br /&gt;  &amp;#60;title&amp;#62;Testing&amp;#60;/title&amp;#62;&lt;br /&gt;&amp;#60;/head&amp;#62;&lt;br /&gt;&amp;#60;body&amp;#62;&lt;br /&gt;  &amp;#60;p&amp;#62;Testing&amp;#60;/p&amp;#62;&lt;br /&gt;  &amp;#60;table&amp;#62;&lt;br /&gt;    &amp;#60;?php if &amp;#40;&amp;#036;_POST&amp;#91;&amp;#39; .&amp;#036;package_type. &amp;#39;&amp;#93; == &amp;#34;B&amp;#34;&amp;#41;&amp;#41; { ?&amp;#62;&lt;br /&gt;    &amp;#60;tr&amp;#62;&lt;br /&gt;      &amp;#60;th&amp;#62;Quien&amp;#60;/th&amp;#62;&amp;#60;th&amp;#62;Día&amp;#60;/th&amp;#62;&amp;#60;th&amp;#62;Mes&amp;#60;/th&amp;#62;&amp;#60;th&amp;#62;Año&amp;#60;/th&amp;#62;&lt;br /&gt;    &amp;#60;/tr&amp;#62;&lt;br /&gt;    &amp;#60;?php } ?&amp;#62;&lt;br /&gt;    &amp;#60;tr&amp;#62;&lt;br /&gt;      &amp;#60;td&amp;#62;Joe&amp;#60;/td&amp;#62;&amp;#60;td&amp;#62;3&amp;#60;/td&amp;#62;&amp;#60;td&amp;#62;Agosto&amp;#60;/td&amp;#62;&amp;#60;td&amp;#62;1970&amp;#60;/td&amp;#62;&lt;br /&gt;    &amp;#60;/tr&amp;#62;&lt;br /&gt;    &amp;#60;tr&amp;#62;&lt;br /&gt;      &amp;#60;td&amp;#62;Sally&amp;#60;/td&amp;#62;&amp;#60;td&amp;#62;17&amp;#60;/td&amp;#62;&amp;#60;td&amp;#62;Agosto&amp;#60;/td&amp;#62;&amp;#60;td&amp;#62;1973&amp;#60;/td&amp;#62;&lt;br /&gt;    &amp;#60;/tr&amp;#62;&lt;br /&gt;  &amp;#60;/table&amp;#62;&lt;br /&gt;&amp;#60;/body&amp;#62;&lt;br /&gt;&amp;#60;/html&amp;#62;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&amp;#39;;</description>
            <author>nic58191</author>
            <category>Codemasters</category>
            <pubDate>Tue, 31 May 2011 16:29:24 +0800</pubDate>
        </item>
        <item>
            <title>Headache with my hosting company</title>
            <link>http://forum.lowyat.net/topic/1887252</link>
            <description>So headache. recently got so many problem.&lt;br /&gt;thinking migrate my website to another hosting company.&lt;br /&gt;i think my contract end this coming august.&lt;br /&gt;&lt;br /&gt;Warning: mysql_connect() [function.mysql-connect]: Too many connections</description>
            <author>nic58191</author>
            <category>Content Creators, Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Sat, 21 May 2011 22:55:37 +0800</pubDate>
        </item>
        <item>
            <title>how to disable Save a website</title>
            <link>http://forum.lowyat.net/topic/1698209</link>
            <description>hi, may i know how to disable save as website.&lt;br /&gt;cos i saw some website, when we save as&lt;br /&gt;will come out alert, &amp;quot;This webpage could not be saved&amp;quot;&lt;br /&gt;how to make it?&lt;br /&gt;thanks all the sifu</description>
            <author>nic58191</author>
            <category>Codemasters</category>
            <pubDate>Fri, 31 Dec 2010 10:19:08 +0800</pubDate>
        </item>
        <item>
            <title>first character cannot be blank</title>
            <link>http://forum.lowyat.net/topic/1686145</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;i need to check first character for the field cannot be blank.&lt;br /&gt;&lt;br /&gt;currently i&amp;#39;m use this method, it work in IE, but firefox not working.&lt;br /&gt;&lt;br /&gt;anyone got better solution?&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&amp;#60;script type=&amp;#34;text/javascript&amp;#34;&amp;#62; &lt;br /&gt;function checkSpace&amp;#40;&amp;#41;{ &lt;br /&gt; &amp;nbsp;var val = document.getElementById&amp;#40;&amp;#39;myText&amp;#39;&amp;#41;.value; &lt;br /&gt; &amp;nbsp;if&amp;#40;val.charAt&amp;#40;0&amp;#41;==&amp;#34; &amp;#34;&amp;#41;{ &lt;br /&gt; &amp;nbsp; &amp;nbsp;alert&amp;#40;&amp;#34;I am found&amp;#34;&amp;#41; &lt;br /&gt; &amp;nbsp;} &lt;br /&gt;} &lt;br /&gt;&amp;#60;/script&amp;#62; &lt;br /&gt;&lt;br /&gt;&amp;#60;input type=&amp;#34;button&amp;#34; value=&amp;#34;Check Space&amp;#34; onclick=&amp;#34;checkSpace&amp;#40;&amp;#41;;&amp;#34;/&amp;#62; &lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;</description>
            <author>nic58191</author>
            <category>Codemasters</category>
            <pubDate>Tue, 21 Dec 2010 19:20:47 +0800</pubDate>
        </item>
        <item>
            <title>how to auto load &amp;lt;a href&amp;gt; link (solved)</title>
            <link>http://forum.lowyat.net/topic/1641579</link>
            <description>hi, as title&lt;br /&gt;how to auto load &amp;lt;a href&amp;gt; link?&lt;br /&gt;&lt;br /&gt;[addedon]November 16, 2010, 10:15 pm[/addedon]problem solve&lt;br /&gt;thanks</description>
            <author>nic58191</author>
            <category>Codemasters</category>
            <pubDate>Tue, 16 Nov 2010 21:41:42 +0800</pubDate>
        </item>
        <item>
            <title>how to do tis?</title>
            <link>http://forum.lowyat.net/topic/1639569</link>
            <description>hi, how to do tis.&lt;br /&gt;hereby attach with the sample website&lt;br /&gt;&lt;a href='http://highslide.com/' target='_blank'&gt;http://highslide.com/&lt;/a&gt;&lt;br /&gt;go under tis images.&lt;br /&gt;&lt;a href='http://highslide.com/samples/thumb2.jpg' target='_blank'&gt;http://highslide.com/samples/thumb2.jpg&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;when click tat pic, will come out another screen with close button on top right and backgroud is black.&lt;br /&gt;thanks</description>
            <author>nic58191</author>
            <category>Codemasters</category>
            <pubDate>Mon, 15 Nov 2010 12:23:02 +0800</pubDate>
        </item>
        <item>
            <title>use own domain name login msn, ym, google talk?</title>
            <link>http://forum.lowyat.net/topic/1615924</link>
            <description>hi,&lt;br /&gt;&lt;br /&gt;may i know can i use own domain login msn, ym and google talk?&lt;br /&gt;as i know, msn can, how about other 2?&lt;br /&gt;thanks for your kindly help.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Nic</description>
            <author>nic58191</author>
            <category>Software</category>
            <pubDate>Wed, 27 Oct 2010 10:57:54 +0800</pubDate>
        </item>
        <item>
            <title>may i know 1gram = 1ml ?</title>
            <link>http://forum.lowyat.net/topic/1595812</link>
            <description>as title, is it true?</description>
            <author>nic58191</author>
            <category>Serious Kopitiam</category>
            <pubDate>Mon, 11 Oct 2010 15:21:28 +0800</pubDate>
        </item>
        <item>
            <title>may i know how to do tis?</title>
            <link>http://forum.lowyat.net/topic/1573860</link>
            <description>Example&lt;br /&gt;&lt;br /&gt;www.domain.com/index.php?do=register &amp;gt; will go to register page&lt;br /&gt;www.domain.com/index.php?do=contact &amp;gt; will go to contact page&lt;br /&gt;&lt;br /&gt;hope all sifu can help.&lt;br /&gt;</description>
            <author>nic58191</author>
            <category>Codemasters</category>
            <pubDate>Fri, 24 Sep 2010 13:10:38 +0800</pubDate>
        </item>
        <item>
            <title>how to set focus?</title>
            <link>http://forum.lowyat.net/topic/1566162</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;i check the unique for customer nric&lt;br /&gt;if found existing, will return alert&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;if &amp;#40; &amp;#33; checkUnique&amp;#40;&amp;#39;user_new_nric&amp;#39;, &amp;#036;_POST&amp;#91;&amp;#39;user_new_nric&amp;#39;&amp;#93;&amp;#41; &amp;#41;&lt;br /&gt; &amp;nbsp;{&lt;br /&gt; &amp;nbsp;	echo &amp;#39;&amp;#60;script = &amp;#34;JAVASCRIPT&amp;#34;&amp;#62;alert&amp;#40;&amp;#34;The new NRIC you used is associated with another user. Please try again&amp;#33;&amp;#34;&amp;#41;&lt;br /&gt; &amp;nbsp;	&amp;#60;/script&amp;#62;&amp;#39;;&lt;br /&gt; &amp;nbsp;}&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;may i know how to set focus after click &amp;quot;OK&amp;quot; in alert window.&lt;br /&gt;&lt;br /&gt;thanks</description>
            <author>nic58191</author>
            <category>Codemasters</category>
            <pubDate>Sat, 18 Sep 2010 14:48:55 +0800</pubDate>
        </item>
        <item>
            <title>the font like different</title>
            <link>http://forum.lowyat.net/topic/1554169</link>
            <description>hi,&lt;br /&gt;&lt;br /&gt;my browser font look different.&lt;br /&gt;after i format the notebook, it become like tis.&lt;br /&gt;the font like square in shape&lt;br /&gt;see the example below.&lt;br /&gt;&lt;br /&gt;[attachmentid=1768912]&lt;br /&gt;&lt;br /&gt;[addedon]September 7, 2010, 12:56 pm[/addedon]problem settle....</description>
            <author>nic58191</author>
            <category>Technical Support</category>
            <pubDate>Tue, 07 Sep 2010 11:09:25 +0800</pubDate>
        </item>
        <item>
            <title>what ram should i buy for upgrade purpose?</title>
            <link>http://forum.lowyat.net/topic/1544151</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;i got a notebook acer aspire 4732z&lt;br /&gt;recently plan to upgrade the ram&lt;br /&gt;in the acer website, it show it&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;From Acer website&lt;br /&gt;Dual-channel DDR2 SDRAM support&lt;br /&gt;Up to 2 GB of DDR2 667 MHz memory, upgradeable to 4 GB using two soDIMM modules&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://support.acer.com/acerpanam/notebook/2009/acer/aspire/Aspire4732Z/Aspire4732Zsp2.shtml' target='_blank'&gt;Acer Aspire 4732z detail&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;My current ram is 1GB PC2-5300 333MHz, may i know can upgrade to 4GB? and what ram should i buy to avoid any unsupport issue?&lt;br /&gt;&lt;br /&gt;thanks a lot...</description>
            <author>nic58191</author>
            <category>Technical Support</category>
            <pubDate>Mon, 30 Aug 2010 10:47:13 +0800</pubDate>
        </item>
        <item>
            <title>may i know how to do tis?</title>
            <link>http://forum.lowyat.net/topic/1534949</link>
            <description>Example&lt;br /&gt;&lt;br /&gt;www.domain.com/register &amp;gt; will go to register page&lt;br /&gt;www.domain.com/contact &amp;gt; will go to contact page&lt;br /&gt;&lt;br /&gt;in the url, never show out the file extension&lt;br /&gt;example i found in internet, &lt;br /&gt;&lt;a href='http://www.ets.org/tests_products' target='_blank'&gt;http://www.ets.org/tests_products&lt;/a&gt;&lt;br /&gt;&lt;a href='http://www.veoh.com/register' target='_blank'&gt;http://www.veoh.com/register&lt;/a&gt;&lt;br /&gt;hope all sifu can help.</description>
            <author>nic58191</author>
            <category>Codemasters</category>
            <pubDate>Sun, 22 Aug 2010 17:18:33 +0800</pubDate>
        </item>
        <item>
            <title>login.php?message=expired</title>
            <link>http://forum.lowyat.net/topic/1519595</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;may i know how to do tis?&lt;br /&gt;&lt;br /&gt;when session expired, will redirect to following page&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;login.php?message=expired&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;then at login page, error message column, will display &amp;quot;Your session expired, please login again&amp;quot;&lt;br /&gt;&lt;br /&gt;i google it, i saw some use this way&lt;br /&gt;&lt;br /&gt;&amp;#036;msg=&amp;#036;_GET[&amp;#39;msg&amp;#39;];</description>
            <author>nic58191</author>
            <category>Codemasters</category>
            <pubDate>Mon, 09 Aug 2010 16:54:30 +0800</pubDate>
        </item>
        <item>
            <title>what is the problem?</title>
            <link>http://forum.lowyat.net/topic/1479943</link>
            <description>Error:&amp;#39;document.forgotPassword.user_email&amp;#39; is null or not an object</description>
            <author>nic58191</author>
            <category>Codemasters</category>
            <pubDate>Mon, 05 Jul 2010 13:53:00 +0800</pubDate>
        </item>
        <item>
            <title>Input Field</title>
            <link>http://forum.lowyat.net/topic/1450542</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;i got a input field&lt;br /&gt;by default, it got the word Google&lt;br /&gt;when click on it, the word Google will disappear&lt;br /&gt;if click outside the box, the word Google will appear again&lt;br /&gt;may i know how to do tis?&lt;br /&gt;&lt;br /&gt;</description>
            <author>nic58191</author>
            <category>Codemasters</category>
            <pubDate>Tue, 08 Jun 2010 14:08:26 +0800</pubDate>
        </item>
        <item>
            <title>Who know configurate Alcatel OmniSwitch 6400-24</title>
            <link>http://forum.lowyat.net/topic/1437101</link>
            <description>Who know configurate Alcatel OmniSwitch 6400-24? &lt;br /&gt;dunno how to go into switch thru console port .... &lt;br /&gt;just give 1 converter, DB9 to RJ-45 serial adapter in box&lt;br /&gt;&lt;br /&gt;i heard my fren say need to use own alcatel console cable, is it true?&lt;br /&gt;normal rs232 cannot use?</description>
            <author>nic58191</author>
            <category>Technical Support</category>
            <pubDate>Thu, 27 May 2010 00:36:09 +0800</pubDate>
        </item>
        <item>
            <title>Update data using sql</title>
            <link>http://forum.lowyat.net/topic/1426279</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;let say in my db, got 2 field&lt;br /&gt;&lt;br /&gt;No and Commission Rate&lt;br /&gt;&lt;br /&gt;in my db, got 100 row data&lt;br /&gt;&lt;br /&gt;how can i update all the 100 row for commission rate column in same time?&lt;br /&gt;&lt;br /&gt;value is the same.&lt;br /&gt;&lt;br /&gt;[addedon]May 17, 2010, 5:15 pm[/addedon]problem solve, thanks</description>
            <author>nic58191</author>
            <category>Codemasters</category>
            <pubDate>Mon, 17 May 2010 16:57:27 +0800</pubDate>
        </item>
    </channel>
</rss>
