<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by Peach88</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 19 Jun 2026 22:38:27 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>IT job</title>
            <link>http://forum.lowyat.net/topic/1445954</link>
            <description>Just wondering.. does anyone know is there any IT job that does not require to do programming? and what is an IT analyst job scope? Thanks&amp;#33;</description>
            <author>Peach88</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Fri, 04 Jun 2010 10:35:46 +0800</pubDate>
        </item>
        <item>
            <title>Multiple Drop Down Menu PHP</title>
            <link>http://forum.lowyat.net/topic/1384872</link>
            <description>Hi, does anyone know how to create a &lt;b&gt;multiple down down menu using php&lt;/b&gt;? for example, in job location, user gets to choose 3 different job location from 3 different drop down menu, and send these information to the database. i&amp;#39;ve tried to search thru tutorials but dun really understand the coding @.@. &lt;br /&gt;&lt;br /&gt;anyway in the database, should i put all 3 information in a single field?</description>
            <author>Peach88</author>
            <category>Codemasters</category>
            <pubDate>Fri, 09 Apr 2010 08:58:08 +0800</pubDate>
        </item>
        <item>
            <title>multiple forms in html/php?</title>
            <link>http://forum.lowyat.net/topic/1380081</link>
            <description>hi..i&amp;#39;m new in php programming...&lt;br /&gt;&lt;br /&gt;Can we have multiple forms in a single html/php file? for example:one main form (register.php) and two checkbox forms&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;form name=&amp;#34;form1&amp;#34; action=&amp;#34;register.php&amp;#34; method=&amp;#34;post&amp;#34;&amp;#62;&amp;#60;/form&amp;#62; &amp;#40;the main form&amp;#41;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;inside the main form have multiple checkbox form:&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;form id=&amp;#34;form1&amp;#34; name=&amp;#34;jobtype&amp;#34; action=&amp;#34; &amp;#34; method=&amp;#34;post&amp;#34;&amp;#62;&lt;br /&gt; &amp;nbsp;	&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;checkbox1&amp;#34; value=&amp;#34;1&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Full Time&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp;	&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;checkbox2&amp;#34; value=&amp;#34;2&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Part-Time&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;checkbox1&amp;#34; value=&amp;#34;1&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Contract&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp;	&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;checkbox2&amp;#34; value=&amp;#34;2&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Temporary&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;checkbox1&amp;#34; value=&amp;#34;1&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Internship&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;#60;/form&amp;#62;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&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;&amp;#60;form id=&amp;#34;form1&amp;#34; name=&amp;#34;specialization&amp;#34; method=&amp;#34;post&amp;#34; action=&amp;#34; &amp;#34;&amp;#62;&lt;br /&gt; &amp;nbsp;[bad html removed] Create the checkbox widget and assign a unique id--&amp;#62;&lt;br /&gt;&lt;br /&gt; &amp;nbsp;	&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;sp&amp;#91;&amp;#93;&amp;#34; value=&amp;#34;accounting&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Accounting and Finance&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp;	&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;sp&amp;#91;&amp;#93;&amp;#34; value=&amp;#34;admin&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Admin/Human Resource&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;sp&amp;#91;&amp;#93;&amp;#34; value=&amp;#34;arts&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Arts/Media/Communication&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp;	&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;sp&amp;#91;&amp;#93;&amp;#34; value=&amp;#34;building&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Building/Construction&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;sp&amp;#91;&amp;#93;&amp;#34; value=&amp;#34;computer&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Computer/Information Technology&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp;	&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;sp&amp;#91;&amp;#93;&amp;#34; value=&amp;#34;edu&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Education/Training&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;sp&amp;#91;&amp;#93;&amp;#34; value=&amp;#34;engineering&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Engineering&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp;	&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;sp&amp;#91;&amp;#93;&amp;#34; value=&amp;#34;health&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Healthcare&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;sp&amp;#91;&amp;#93;&amp;#34; value=&amp;#34;hotel&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Hotel/Reataurant&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;sp&amp;#91;&amp;#93;&amp;#34; value=&amp;#34;manufacture&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Manufacturing&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp;	&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;sp&amp;#91;&amp;#93;&amp;#34; value=&amp;#34;science&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Sciences&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;sp&amp;#91;&amp;#93;&amp;#34; value=&amp;#34;services&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Services&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#60;input type=&amp;#34;checkbox&amp;#34; name=&amp;#34;sp&amp;#91;&amp;#93;&amp;#34; value=&amp;#34;others&amp;#34;/&amp;#62;&amp;#60;span class=&amp;#34;grey&amp;#34;&amp;#62;Others&amp;#60;/span&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt;	&amp;#60;/form&amp;#62;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;will it affect the passing values to register.php? because i can&amp;#39;t seem to pass any values to my mysql database. the primary key is increasing but other values are 0 &amp;#33;</description>
            <author>Peach88</author>
            <category>Codemasters</category>
            <pubDate>Mon, 05 Apr 2010 11:14:13 +0800</pubDate>
        </item>
        <item>
            <title>Need Help in PHP&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/1378218</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;include &amp;#39;mysql-connect.php&amp;#39;;&lt;br /&gt;&lt;br /&gt;&amp;#036;username = &amp;#036;_POST&amp;#91;&amp;#39;username&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;password = &amp;#036;_POST&amp;#91;&amp;#39;password&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;email = &amp;#036;_POST&amp;#91;&amp;#39;email&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;name = &amp;#036;_POST&amp;#91;&amp;#39;name&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;dob = &amp;#036;_POST&amp;#91;&amp;#39;dob&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;gender = &amp;#036;_POST&amp;#91;&amp;#39;gender&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;state = &amp;#036;_POST&amp;#91;&amp;#39;state&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;city = &amp;#036;_POST&amp;#91;&amp;#39;city&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;contact_num = &amp;#036;_POST&amp;#91;&amp;#39;contact_num&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;qualification = &amp;#036;_POST&amp;#91;&amp;#39;qualification&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;field = &amp;#036;_POST&amp;#91;&amp;#39;field&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;specialization = &amp;#036;_POST&amp;#91;&amp;#39;specialization&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;jobtype = &amp;#036;_POST&amp;#91;&amp;#39;jobtype&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;salary = &amp;#036;_POST&amp;#91;&amp;#39;salary&amp;#39;&amp;#93;;&lt;br /&gt;&amp;#036;jobloc = &amp;#036;_POST&amp;#91;&amp;#39;jobloc&amp;#39;&amp;#93;;&lt;br /&gt;&lt;br /&gt;&amp;#036;result = mysql_num_rows&amp;#40;mysql_query&amp;#40;&amp;#34;SELECT * FROM MEMBER WHERE username = &amp;#39;&amp;#036;username&amp;#39;&amp;#34; &amp;#41;&amp;#41;;&lt;br /&gt;if&amp;#40;&amp;#036;result == 1&amp;#41;&lt;br /&gt;{&lt;br /&gt;	echo &amp;#39; The username you have chosen has already exist&amp;#39;;&lt;br /&gt;	}&lt;br /&gt;else &lt;br /&gt;{&lt;br /&gt;	mysql_query&amp;#40;&amp;#34;INSERT INTO MEMBER &amp;#40;username,password,email,name,dob,gender,state,city,contact_num,qualification,field,specialization,jobtype,salary,jobloc&amp;#41;&lt;br /&gt;	VALUES &amp;#40;&amp;#39;&amp;#036;_POST&amp;#91;username&amp;#93;&amp;#39;,&amp;#39;&amp;#036;_POST&amp;#91;password&amp;#93;&amp;#39;, &amp;#39;&amp;#036;_POST&amp;#91;email&amp;#93;&amp;#39;,&amp;#39;&amp;#036;_POST&amp;#91;name&amp;#93;&amp;#39;,&amp;#39;&amp;#036;_POST&amp;#91;dob&amp;#93;&amp;#39;,&amp;#39;&amp;#036;_POST&amp;#91;gender&amp;#93;&amp;#39;,&amp;#39;&amp;#036;_POST&amp;#91;state&amp;#93;&amp;#39;,&amp;#39;&amp;#036;_POST&amp;#91;city&amp;#93;&amp;#39;,&amp;#39;&amp;#036;_POST&amp;#91;contact_num&amp;#93;&amp;#39;,&amp;#39;&amp;#036;_POST&amp;#91;qualification&amp;#93;&amp;#39;,&amp;#39;&amp;#036;_POST&amp;#91;field&amp;#93;&amp;#39;,&amp;#39;&amp;#036;_POST&amp;#91;specialization&amp;#93;&amp;#39;,&amp;#39;&amp;#036;_POST&amp;#91;jobtype&amp;#93;&amp;#39;,&amp;#39;&amp;#036;_POST&amp;#91;salary&amp;#93;&amp;#39;, &amp;#39;&amp;#036;_POST&amp;#91;jobloc&amp;#93;&amp;#39;&amp;#41; &amp;#34;&amp;#41;;&lt;br /&gt;	&lt;br /&gt;	echo &amp;#34;&amp;#60;p&amp;#62;Congratulations&amp;#33; You have successfully registered&amp;#33; &amp;#60;/p&amp;#62;&amp;#34;;&lt;br /&gt;  	echo &amp;#34; &amp;#60;p&amp;#62;Click &amp;#60;a href=index.html&amp;#62;here&amp;#60;/a&amp;#62; to login.&amp;#60;/p&amp;#62;&amp;#34;;&lt;br /&gt;	&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;	?&amp;#62;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;hi, i&amp;#39;m very new to php, and i would like to add another &amp;quot;else&amp;quot; statement to my registration.php whereby if users did not fill in the form (blank) there will be an error msg appear asking users to fill up the form. &lt;br /&gt;&lt;br /&gt;anyone can help me here?and can anyone check if there&amp;#39;s anything wrong with my code? thanks&amp;#33;</description>
            <author>Peach88</author>
            <category>Codemasters</category>
            <pubDate>Sat, 03 Apr 2010 10:53:57 +0800</pubDate>
        </item>
        <item>
            <title>close</title>
            <link>http://forum.lowyat.net/topic/1340832</link>
            <description>close</description>
            <author>Peach88</author>
            <category>Cupid&amp;#39;s Corner</category>
            <pubDate>Mon, 01 Mar 2010 11:33:39 +0800</pubDate>
        </item>
        <item>
            <title>advise after break up ..</title>
            <link>http://forum.lowyat.net/topic/1279717</link>
            <description>&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('a6406732e23aa8eaa57ebb1e9dc01405')&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;a6406732e23aa8eaa57ebb1e9dc01405&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;My bf of 1 and half years and I broke off about 2 months ago. There was no 3rd party involved in this. He broke off with me because he was tired of the constant arguing and also hurt i caused him. i admit the arguments in this relationship is mostly my fault becoz i have a bad temper and always not think twice before i say, which the words has hurt him quite deeply &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; He tried to break off twice with me before but in the end didnt. In the end, he felt tired of the arguments and say it would best remain as friends. &lt;br /&gt;&lt;br /&gt;The break up was a real wake up call for me. U can say that after losing him only I realize all my past mistakes and how much he meant to me, and i really regretted my actions and how i treated him before this. Losing someone only u know how to appreciate them is one of the toughest thing ever. During the breakup, he told me he has &amp;quot;let go&amp;quot; of the relationship and even if he still has feelings for me he dun think he&amp;#39;ll wan to be together again as what is done is done and there are better guys out there for me.  &lt;br /&gt;&lt;br /&gt;We&amp;#39;re still close friends after the break up. We constantly meet up, have lunch/dinner together, and still chat online. Sometimes we&amp;#39;ll share our problems together. I tried to change my character, controlling my temper and treat him nicer and be more concern towards him after the break up. I guess its because of the regret on how i treat him last time make me want to treat him nicer now and i also wan to show him i am trying my best to slowly change my character (changes cant happen overnite). and i admit deep down inside my heart i also wan to get back together with him again because i still love him a lot. &lt;br /&gt;&lt;br /&gt;a) Am i doing the right thing here still quite close to him after the break up? because I read some threads that it is best not to keep in contact/ communicate/ meet ur ex to give each other some time off, specially if u wan to get bck together again&lt;br /&gt;&lt;br /&gt;b) at times i am wondering am i doing the right thing ?(eg treating him nicer, more concern). I guess i am trying to change his opinion of me again and sincerely trying to make up for the past.&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;</description>
            <author>Peach88</author>
            <category>Cupid&amp;#39;s Corner</category>
            <pubDate>Sat, 02 Jan 2010 14:10:59 +0800</pubDate>
        </item>
    </channel>
</rss>
