<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by jasontoh</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 05 Jun 2026 22:30:38 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>retaining values when reload</title>
            <link>http://forum.lowyat.net/topic/488387</link>
            <description>I have problems in retaining values in textbox when the page was reload?</description>
            <author>jasontoh</author>
            <category>Codemasters</category>
            <pubDate>Sun, 15 Jul 2007 12:38:02 +0800</pubDate>
        </item>
        <item>
            <title>nested dropdown</title>
            <link>http://forum.lowyat.net/topic/488089</link>
            <description>How do I create a nested dropdown selection using php?&lt;br /&gt;&lt;br /&gt;Ex.&lt;br /&gt;I choose country 1....then it will display cities from Country1 in another dropdown?</description>
            <author>jasontoh</author>
            <category>Codemasters</category>
            <pubDate>Sat, 14 Jul 2007 17:39:50 +0800</pubDate>
        </item>
        <item>
            <title>s-video</title>
            <link>http://forum.lowyat.net/topic/479249</link>
            <description>I plan to get a 7-pin S-video cable but I can&amp;#39;t find it at the moment. Can anyone recommend me where to get and approximately how much is that? Thanks.</description>
            <author>jasontoh</author>
            <category>Audiophiles</category>
            <pubDate>Wed, 27 Jun 2007 08:29:19 +0800</pubDate>
        </item>
        <item>
            <title>Car loan</title>
            <link>http://forum.lowyat.net/topic/441479</link>
            <description>What is the maximum amount of loan I can get? I heard that the maximum is 3 times our annual income, but not sure about this. I&amp;#39;m asking this because I&amp;#39;ve already getting a car for my family and plan to get another for myself as we live in different states. Anyone can tell me about this? Thanks</description>
            <author>jasontoh</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Fri, 13 Apr 2007 15:14:39 +0800</pubDate>
        </item>
        <item>
            <title>netgear wgr614</title>
            <link>http://forum.lowyat.net/topic/379425</link>
            <description>I&amp;#39;m using a aztech adsl 600e and i set the ip for the modem 192.168.1.1. my netgear ip set at 192.168.0.1. I&amp;#39;ve already set my modem to bridge mode. The problem here is that I cannot connect to the internet. Can anyone teach me step by step how to configure the router and what I have done wrong? I suspect this has something to do with my IP configuration for both the modem and router.</description>
            <author>jasontoh</author>
            <category>Networks and Broadband</category>
            <pubDate>Fri, 08 Dec 2006 09:19:20 +0800</pubDate>
        </item>
        <item>
            <title>Wireless network problem</title>
            <link>http://forum.lowyat.net/topic/355783</link>
            <description>I have problem with this Netgear WGR614v6 router. Every time when I&amp;#39;m connected to the internet, I can surf net wireless. But then after some time, I will not be able to surf net and I need to wait for a few minutes before surfing the net again. I thought it&amp;#39;s the streamyx random dc problem but when I use a wired network, I can surf net continously. What is the problem exactly? Is it the faulty router? Any way to fix it? My connection is MODEM -&amp;gt; NETGEAR ROUTER -&amp;gt; CLIENTS</description>
            <author>jasontoh</author>
            <category>Networks and Broadband</category>
            <pubDate>Thu, 19 Oct 2006 08:19:41 +0800</pubDate>
        </item>
        <item>
            <title>get mac address</title>
            <link>http://forum.lowyat.net/topic/322540</link>
            <description>How to write a c++ console application that can obtain mac address and display it?</description>
            <author>jasontoh</author>
            <category>Codemasters</category>
            <pubDate>Fri, 04 Aug 2006 09:36:02 +0800</pubDate>
        </item>
        <item>
            <title>Routing and bridging</title>
            <link>http://forum.lowyat.net/topic/313794</link>
            <description>Every time I set my modem 2 routing mode, I can never get 218 range IP. But when i set it on bridging mode, most of the time it will be in 218 IP range? Is there a reason why this happen? Or just by luck?</description>
            <author>jasontoh</author>
            <category>Networks and Broadband</category>
            <pubDate>Fri, 14 Jul 2006 16:58:33 +0800</pubDate>
        </item>
        <item>
            <title>shopping cart script</title>
            <link>http://forum.lowyat.net/topic/270650</link>
            <description>anyone has simple shopping cart using php? or any links? i&amp;#39;m doing a simple POS, but i dunno how to dynamically add in item. any help would be appreciated&lt;br /&gt;</description>
            <author>jasontoh</author>
            <category>Codemasters</category>
            <pubDate>Fri, 31 Mar 2006 21:24:58 +0800</pubDate>
        </item>
        <item>
            <title>load data to flash</title>
            <link>http://forum.lowyat.net/topic/264642</link>
            <description>Wat is the coding to retrieve data from mysql DB to flash using php? I got php coding right but the coding for flash i dun think it&amp;#39;s correct. Pls can send working examples to my email jasontoh@gmail.com also. Here is the coding that i use in flash&lt;br /&gt;&lt;br /&gt;myData = new LoadVars()&lt;br /&gt;myData.load(&amp;quot;data.php&amp;quot;) //php line&lt;br /&gt;myData.ref = this&lt;br /&gt;myData.onLoad = function(succes){&lt;br /&gt;	if(succes){&lt;br /&gt;		for(var i=0; i&amp;lt;this.count; i++){&lt;br /&gt;			//this.count, i think is the data from database loaded to flash&lt;br /&gt;		}&lt;br /&gt;	} else trace(&amp;quot;Error loading data&amp;quot;)&lt;br /&gt;}&lt;br /&gt;stop()&lt;br /&gt;&lt;br /&gt;n my php code&lt;br /&gt;&lt;br /&gt;&amp;lt;?php&lt;br /&gt;//db connection&lt;br /&gt;mysql_select_db(&amp;quot;anastasio&amp;quot;, &amp;#036;connect);&lt;br /&gt;&amp;#036;result = mysql_query(&amp;quot;SELECT Title, Comments, Image FROM titles&amp;quot;);&lt;br /&gt;&amp;#036;ount = 0;&lt;br /&gt;while(&amp;#036;row=mysql_fetch_array(&amp;#036;result)){&lt;br /&gt;&lt;br /&gt;	&amp;#036;count++;&lt;br /&gt;}&lt;br /&gt;echo &amp;quot;count=&amp;#036;count&amp;quot;;&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ll really appreciate if anyone can point out my mistakes. Thanks</description>
            <author>jasontoh</author>
            <category>Codemasters</category>
            <pubDate>Fri, 17 Mar 2006 10:27:44 +0800</pubDate>
        </item>
        <item>
            <title>PHP email</title>
            <link>http://forum.lowyat.net/topic/258386</link>
            <description>How to send auto generate email using PHP? Let say, after a registration the system will auto send an email to the user. How?</description>
            <author>jasontoh</author>
            <category>Codemasters</category>
            <pubDate>Fri, 03 Mar 2006 01:56:57 +0800</pubDate>
        </item>
        <item>
            <title>PHP and flash</title>
            <link>http://forum.lowyat.net/topic/255406</link>
            <description>How to code PHP so that it will be able to get image from user and then display it...like in friendster? And is there any way I can connect Flash to MySQL database? Or anyone has better solution to build a GIS using PHP? Pls....I really need it for my homework. I google a lot for this but nothing seems 2 help. Any suggestion is welcome. Thanks.</description>
            <author>jasontoh</author>
            <category>Codemasters</category>
            <pubDate>Fri, 24 Feb 2006 01:21:00 +0800</pubDate>
        </item>
        <item>
            <title>Flash MX with mySQL</title>
            <link>http://forum.lowyat.net/topic/245825</link>
            <description>Can Flash retrieve or data or information  from MySQL database? If can, how to do it? Any scripts? Thanks</description>
            <author>jasontoh</author>
            <category>Codemasters</category>
            <pubDate>Tue, 31 Jan 2006 10:57:01 +0800</pubDate>
        </item>
    </channel>
</rss>
