<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by invisible_wings</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Thu, 04 Jun 2026 05:02:15 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Problem With Recursion</title>
            <link>http://forum.lowyat.net/topic/1446664</link>
            <description>Hi hi, this problem has been bugging me for the last few hours. &lt;br /&gt;&lt;br /&gt;I had simplified the function to explain it here. &lt;br /&gt;&lt;br /&gt;I was trying to pass in a value into the recursion until it returns me the value I want. &lt;br /&gt;&lt;br /&gt;But it seems like the function in the function couldn&amp;#39;t call to itself and never come back. &lt;br /&gt;&lt;br /&gt;What did I do wrong?  &lt;!--emo&amp;:x--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/doh.gif' border='0' style='vertical-align:middle' alt='doh.gif' /&gt;&lt;!--endemo--&gt; &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;#60;?php &lt;br /&gt;function check_number&amp;#40;&amp;#036;number&amp;#41; { &lt;br /&gt;	&amp;#036;flag = 0;&lt;br /&gt;&lt;br /&gt;	if&amp;#40;&amp;#036;number == 1&amp;#41; &amp;#036;flag = 1;&lt;br /&gt;	elseif&amp;#40;&amp;#036;number == 2&amp;#41; &amp;#036;flag = 1;&lt;br /&gt;&lt;br /&gt;	if&amp;#40;&amp;#036;flag == 1&amp;#41; check_number&amp;#40;2&amp;#41;;&lt;br /&gt;	else return &amp;#036;number;    	&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;print &amp;#34;result&amp;#58; &amp;#34; . check_number&amp;#40;1&amp;#41;;&lt;br /&gt;?&amp;#62;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;</description>
            <author>invisible_wings</author>
            <category>Codemasters</category>
            <pubDate>Fri, 04 Jun 2010 21:41:16 +0800</pubDate>
        </item>
        <item>
            <title>How to Remove Javascript from Excel?</title>
            <link>http://forum.lowyat.net/topic/1374718</link>
            <description>Hi Sifus,&lt;br /&gt;&lt;br /&gt;I have to copy-paste some reports from a web page to Excel. Any solution to remove javascript embedded within a picture (buttons) from Excel? &lt;br /&gt;&lt;br /&gt;I had been searching for the solution for quite some time but still couldn&amp;#39;t find. &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;&lt;br /&gt;</description>
            <author>invisible_wings</author>
            <category>Codemasters</category>
            <pubDate>Wed, 31 Mar 2010 09:40:48 +0800</pubDate>
        </item>
        <item>
            <title>How to use &amp;#036;_GET to get info from URL</title>
            <link>http://forum.lowyat.net/topic/855811</link>
            <description>Hi, I&amp;#39;m having a problem with getting information from the URL. &lt;br /&gt;&lt;br /&gt;I used URL encoding to encode the information and passed through the URL: &lt;a href='http://www.mywebsite.com/test.php?message=%B5%CD%A4%A0lb' target='_blank'&gt;http://www.mywebsite.com/test.php?message=%B5%CD%A4%A0lb&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So, I used &amp;#036;_GET[&amp;#39;message&amp;#39;] to get the information from the URL and printed it out. &lt;br /&gt;&lt;br /&gt;Instead of getting: &amp;#39;%B5%CD%A4%A0lb&amp;#39;, &lt;br /&gt;I got these weird characters (in firefox): &amp;#39;�ͤ�lb&amp;#39;,&lt;br /&gt;(in IE): &amp;#39;?ͤ?lb&amp;#39;.&lt;br /&gt;&lt;br /&gt;Is it got to do with PHP setting? Or which type of encoding should I use acutally?  &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>invisible_wings</author>
            <category>Codemasters</category>
            <pubDate>Tue, 25 Nov 2008 10:34:43 +0800</pubDate>
        </item>
        <item>
            <title>Help: OS Can&amp;#39;t Read HDD</title>
            <link>http://forum.lowyat.net/topic/835385</link>
            <description>Hi all, is there any way to extract the data from the hard disk if the root locked up itself, ie. file system locked up?&lt;br /&gt; &lt;br /&gt;I&amp;#39;m using Fedora. All important data are in the hard disk. The OS can&amp;#39;t read the HDD now. Please help&amp;#33;  &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;</description>
            <author>invisible_wings</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Tue, 04 Nov 2008 09:23:09 +0800</pubDate>
        </item>
        <item>
            <title>Fixed Deposit</title>
            <link>http://forum.lowyat.net/topic/813271</link>
            <description>Hi, I&amp;#39;m a bit confused with the FD interest rate calculation for the tenure period of &amp;lt; 12 months. For example, if I save RM1000 in FD for 2 months with interest rate of 3.00% p.a., how much interest in &amp;#036; can I get after 2 months?&lt;br /&gt;&lt;br /&gt;1) Interest = RM1000 * 3% = RM30&lt;br /&gt;2) Interest = 3%/12 months * RM1000 = RM2.50&lt;br /&gt;&lt;br /&gt;Which is the correct calculation? Or both also wrong? Please enlighten me. Thanks.  &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;&lt;br /&gt;[addedon]October 10, 2008, 9:08 am[/addedon]Got my answer already, it is:&lt;br /&gt;&lt;br /&gt;Interest = 3%/12 months * RM1000 * 2 months = RM5.00&lt;br /&gt;&lt;br /&gt;Thanks all.</description>
            <author>invisible_wings</author>
            <category>Finance, Business and Investment House</category>
            <pubDate>Fri, 10 Oct 2008 08:54:16 +0800</pubDate>
        </item>
        <item>
            <title>Help: Joining table</title>
            <link>http://forum.lowyat.net/topic/641042</link>
            <description>Hi all, provided that I have 3 tables that store Ann&amp;#39;s job history. &lt;br /&gt;&lt;br /&gt;job_information &lt;br /&gt;==========&lt;br /&gt;employee  ||  join_date&lt;br /&gt;Ann  ||  1-Jun-2007&lt;br /&gt;&lt;br /&gt;job_position&lt;br /&gt;========&lt;br /&gt;employee  ||  position || effective_date&lt;br /&gt;Ann  ||  Asst Manager  ||  1-Feb-2008&lt;br /&gt;Ann  ||  Sales Exec  ||  1-Jun-2007&lt;br /&gt;&lt;br /&gt;job_salary&lt;br /&gt;=======&lt;br /&gt;employee  ||  salary  ||  effective_date&lt;br /&gt;Ann  ||  3000  ||  1-Feb-2008 &lt;br /&gt;Ann  ||  2000  ||  5-Nov-2007&lt;br /&gt;Ann  ||  1000  ||  1-JUn-2007&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I would like to join all the 3 tables and order them based on the join_date and effective_date to display the result as shown below to my application. Any way to do this? Thanks&amp;#33; &lt;br /&gt;&lt;br /&gt;Ann Working History&lt;br /&gt;=============&lt;br /&gt;1-Feb-2008 salary 3000&lt;br /&gt;1-Feb-2008 asst manager&lt;br /&gt;5-Nov-2007 salary 2000&lt;br /&gt;1-Jun-2007 salary 1000&lt;br /&gt;1-Jun-2007 sales exec&lt;br /&gt;1-Jun-2007 joined</description>
            <author>invisible_wings</author>
            <category>Codemasters</category>
            <pubDate>Thu, 28 Feb 2008 10:54:30 +0800</pubDate>
        </item>
        <item>
            <title>YUI Drop Down Menu</title>
            <link>http://forum.lowyat.net/topic/559699</link>
            <description>Hi, I&amp;#39;m new to the Yahoo&amp;#33; User Interface Library (YUI). &lt;br /&gt;&lt;br /&gt;I&amp;#39;m looking for drop down menu from YUI components to add into my application. But I couldn&amp;#39;t find that component and any example for doing that, from the YUI website itself and google. Does anyone has any example or any idea? &lt;br /&gt;&lt;br /&gt;Thanks in advance&amp;#33;</description>
            <author>invisible_wings</author>
            <category>Codemasters</category>
            <pubDate>Fri, 23 Nov 2007 16:01:18 +0800</pubDate>
        </item>
        <item>
            <title>Help: How to replace characters in dblink?</title>
            <link>http://forum.lowyat.net/topic/476432</link>
            <description>Hi, I wanted to copy a data from table1 in db1 to table2 in db2, which has the same structure, with the PosgreSQL dblink funtion. &lt;br /&gt;&lt;br /&gt;The fields for both the tables are: id, first_name, last_name.&lt;br /&gt;&lt;br /&gt;However, I would like to replace the id and first_name in table1 to: 3 and &amp;#39;nil&amp;#39; to insert into table2.  &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;INSERT INTO table2 SELECT * FROM dblink&amp;#40;&amp;#39;dbname=db1&amp;#39;, &amp;#39;SELECT 3, nil, last_name FROM table1 WHERE id = 1000&amp;#39;&amp;#41; AS t1&amp;#40;id integer, first_name varchar, last_name varchar&amp;#41;; &lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;The id can be replaced but it thought &amp;quot;nil&amp;quot; is a column name, instead of the value that I wanted to replace the first_name with, thus return error.&lt;br /&gt;&lt;br /&gt;Anyone knows how to replace characters in dblink or any solution to this problem??&lt;br /&gt;Thanks in advance&amp;#33;  &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;</description>
            <author>invisible_wings</author>
            <category>Codemasters</category>
            <pubDate>Thu, 21 Jun 2007 17:12:02 +0800</pubDate>
        </item>
        <item>
            <title>Study in Hawaii</title>
            <link>http://forum.lowyat.net/topic/378532</link>
            <description>My friend planned to study in Hawaii but the university there mostly provide Business/Science course. Is there any university that provide Engineering course? How&amp;#39;s life in Hawaii?&lt;br /&gt;Thanks.</description>
            <author>invisible_wings</author>
            <category>Education Essentials</category>
            <pubDate>Wed, 06 Dec 2006 14:56:59 +0800</pubDate>
        </item>
    </channel>
</rss>
