<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Articles Repository</title>
	<link>http://fastcreators.com/article</link>
	<description>FastCreators Articles Repository</description>
	<pubDate>Thu, 09 Feb 2012 05:50:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>Comment on Operators in PHP by haroon.ahmad</title>
		<link>http://fastcreators.com/article/2007/01/10/operators-in-php/#comment-6399</link>
		<pubDate>Thu, 16 Oct 2008 06:19:48 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/10/operators-in-php/#comment-6399</guid>
					<description>first of all echo the $name and $group to see what values are coming in them. It is possible wrong values are coming in them and IF stands false. Secondly use an ELSE to make sure it is failing the logic. to compare strings with == is kind of tricky, let's see the following

if("apple" == "Apple") { 
 echo "never executed";
}
else { 
 echo "A value is less than a";
}

in this case ELSE is executed because asci code of 'A' is not equal to 'a'.

For comparing strings you can use &lt;a href='http://php.net/stricmp' target=_blank rel="nofollow"&gt;stricmp&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>first of all echo the $name and $group to see what values are coming in them. It is possible wrong values are coming in them and IF stands false. Secondly use an ELSE to make sure it is failing the logic. to compare strings with == is kind of tricky, let&#8217;s see the following</p>
<p>if(&#8221;apple&#8221; == &#8220;Apple&#8221;) {<br />
 echo &#8220;never executed&#8221;;<br />
}<br />
else {<br />
 echo &#8220;A value is less than a&#8221;;<br />
}</p>
<p>in this case ELSE is executed because asci code of &#8216;A&#8217; is not equal to &#8216;a&#8217;.</p>
<p>For comparing strings you can use <a href='http://php.net/stricmp' target=_blank rel="nofollow">stricmp</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Operators in PHP by diyath</title>
		<link>http://fastcreators.com/article/2007/01/10/operators-in-php/#comment-6398</link>
		<pubDate>Thu, 16 Oct 2008 05:36:58 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/10/operators-in-php/#comment-6398</guid>
					<description>I wont to match two string variable in if condition .I use this code
if($name==$group)
 {
  $s="0k"  
 }
but it did not work plese help me</description>
		<content:encoded><![CDATA[<p>I wont to match two string variable in if condition .I use this code<br />
if($name==$group)<br />
 {<br />
  $s=&#8221;0k&#8221;<br />
 }<br />
but it did not work plese help me
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Decision Making using IF-ELSE in php by mariah maganoh</title>
		<link>http://fastcreators.com/article/2007/01/13/decision-making-using-if-else-in-php/#comment-6396</link>
		<pubDate>Wed, 17 Sep 2008 15:23:16 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/13/decision-making-using-if-else-in-php/#comment-6396</guid>
					<description>help me out in creating a form using php arrays as follow:

             Member Registration
Username	 
Password	 

 

1.	The username should only accept numbers and letter
2.	The password should be at least 6 characters

* These checks should be done when the logon button is clicked.</description>
		<content:encoded><![CDATA[<p>help me out in creating a form using php arrays as follow:</p>
<p>             Member Registration<br />
Username<br />
Password	 </p>
<p>1.	The username should only accept numbers and letter<br />
2.	The password should be at least 6 characters</p>
<p>* These checks should be done when the logon button is clicked.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Operators in PHP by haroon.ahmad</title>
		<link>http://fastcreators.com/article/2007/01/10/operators-in-php/#comment-6395</link>
		<pubDate>Thu, 11 Sep 2008 13:56:01 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/10/operators-in-php/#comment-6395</guid>
					<description>@prabu, you need to read this article again. it is all about operators.</description>
		<content:encoded><![CDATA[<p>@prabu, you need to read this article again. it is all about operators.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Operators in PHP by prabu</title>
		<link>http://fastcreators.com/article/2007/01/10/operators-in-php/#comment-6394</link>
		<pubDate>Thu, 11 Sep 2008 12:52:02 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/10/operators-in-php/#comment-6394</guid>
					<description>can anyone tell me the use and function of the operator </description>
		<content:encoded><![CDATA[<p>can anyone tell me the use and function of the operator
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Detailed Guide On Arrays In PHP by Glacier</title>
		<link>http://fastcreators.com/article/2007/01/29/detailed-guide-to-arrays-in-php/#comment-6387</link>
		<pubDate>Mon, 04 Aug 2008 17:09:07 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/29/detailed-guide-to-arrays-in-php/#comment-6387</guid>
					<description>i read your article..the things you have written sound very sincere and nice topics i am looking forward to its continuation.</description>
		<content:encoded><![CDATA[<p>i read your article..the things you have written sound very sincere and nice topics i am looking forward to its continuation.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Decision Making using PHP Switch Statement by haroon.ahmad</title>
		<link>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6385</link>
		<pubDate>Wed, 30 Jul 2008 10:57:43 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6385</guid>
					<description>in fact you are making it really hard for me to help you. Your code is all commented, you are using double slashes in front of code. So I am not sure which line is throwing error. 

Anyway, if I consider that you are using all code you have pasted then you are doing lots of mistakes. I guess you are mixing PHP IF ELSE within Switch body and a big chunk of code is outside any CASE BREAK pair within the Switch statement. That's why lots of things are doubtful in your code and I am not sure how to help you fix your this code. 

What I can do for you is to guide you quickly with few tips, 

1 - do not write any code outside case-break section
2 - do not use echo to print CASE, as you are doing it in start of your code.
3 - read my article carefully and see how PHP switch works actually and rewrite your code.

I hope it helps.</description>
		<content:encoded><![CDATA[<p>in fact you are making it really hard for me to help you. Your code is all commented, you are using double slashes in front of code. So I am not sure which line is throwing error. </p>
<p>Anyway, if I consider that you are using all code you have pasted then you are doing lots of mistakes. I guess you are mixing PHP IF ELSE within Switch body and a big chunk of code is outside any CASE BREAK pair within the Switch statement. That&#8217;s why lots of things are doubtful in your code and I am not sure how to help you fix your this code. </p>
<p>What I can do for you is to guide you quickly with few tips, </p>
<p>1 - do not write any code outside case-break section<br />
2 - do not use echo to print CASE, as you are doing it in start of your code.<br />
3 - read my article carefully and see how PHP switch works actually and rewrite your code.</p>
<p>I hope it helps.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Decision Making using PHP Switch Statement by Rhyan</title>
		<link>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6384</link>
		<pubDate>Wed, 30 Jul 2008 10:47:41 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6384</guid>
					<description>That's the error I got.
(Parse error: syntax error, unexpected T_CASE)

Thanks man for helping to solve this.</description>
		<content:encoded><![CDATA[<p>That&#8217;s the error I got.<br />
(Parse error: syntax error, unexpected T_CASE)</p>
<p>Thanks man for helping to solve this.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Decision Making using PHP Switch Statement by haroon.ahmad</title>
		<link>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6383</link>
		<pubDate>Wed, 30 Jul 2008 10:18:48 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6383</guid>
					<description>what error do you get?</description>
		<content:encoded><![CDATA[<p>what error do you get?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Decision Making using PHP Switch Statement by Rhyan</title>
		<link>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6382</link>
		<pubDate>Wed, 30 Jul 2008 10:12:47 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6382</guid>
					<description>Here's the code that im trying,  sorry I'm just a newbie in php.  Thanks man</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the code that im trying,  sorry I&#8217;m just a newbie in php.  Thanks man
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Decision Making using PHP Switch Statement by Rhyan</title>
		<link>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6381</link>
		<pubDate>Wed, 30 Jul 2008 09:53:46 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6381</guid>
					<description>switch($dl)
//		{
//		case NULL :  echo 'Select a location to visit the nearest Sub-zero and Wolf showroom.'; break;
											
//		if (mysql_num_rows($result_szwf) &#62; 0) // yes
//			{	
//			while($row = mysql_fetch_assoc($result_szwf))
//				{ 	
//				$dll = $row['lxsdealer_id'];
//				echo 'case '.$dll.' : '.$dll.'';
//					echo 'Country :'.$row['lxsdealerinfo_title'].'';
									
//					echo 'Company :';
									
//					echo 'Location :';
									
//					echo 'Telephone :';
									
//					echo 'Email :';
									
//					echo 'Map :';
									
//				break;
//				}
//			} else { echo "No rows found!"; // no print status message
//			}
//		}</description>
		<content:encoded><![CDATA[<p>switch($dl)<br />
//		{<br />
//		case NULL :  echo &#8216;Select a location to visit the nearest Sub-zero and Wolf showroom.&#8217;; break;</p>
<p>//		if (mysql_num_rows($result_szwf) &gt; 0) // yes<br />
//			{<br />
//			while($row = mysql_fetch_assoc($result_szwf))<br />
//				{<br />
//				$dll = $row[&#8217;lxsdealer_id&#8217;];<br />
//				echo &#8216;case &#8216;.$dll.&#8217; : &#8216;.$dll.'&#8217;;<br />
//					echo &#8216;Country :&#8217;.$row[&#8217;lxsdealerinfo_title&#8217;].'&#8217;;</p>
<p>//					echo &#8216;Company :&#8217;;</p>
<p>//					echo &#8216;Location :&#8217;;</p>
<p>//					echo &#8216;Telephone :&#8217;;</p>
<p>//					echo &#8216;Email :&#8217;;</p>
<p>//					echo &#8216;Map :&#8217;;</p>
<p>//				break;<br />
//				}<br />
//			} else { echo &#8220;No rows found!&#8221;; // no print status message<br />
//			}<br />
//		}
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Decision Making using PHP Switch Statement by haroon.ahmad</title>
		<link>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6380</link>
		<pubDate>Wed, 30 Jul 2008 09:31:32 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6380</guid>
					<description>yes that is possible. you can send any value, whether coming from database, xml document or hard-coded, to switch statement and then perform action based on cases.</description>
		<content:encoded><![CDATA[<p>yes that is possible. you can send any value, whether coming from database, xml document or hard-coded, to switch statement and then perform action based on cases.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Decision Making using PHP Switch Statement by Rhyan</title>
		<link>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6379</link>
		<pubDate>Wed, 30 Jul 2008 08:52:59 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6379</guid>
					<description>thanks man.  Well I want to make a kind of a dynamic switch, means the choices or the function will come from my database?  is that possible?</description>
		<content:encoded><![CDATA[<p>thanks man.  Well I want to make a kind of a dynamic switch, means the choices or the function will come from my database?  is that possible?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Decision Making using PHP Switch Statement by haroon.ahmad</title>
		<link>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6378</link>
		<pubDate>Wed, 30 Jul 2008 07:47:21 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6378</guid>
					<description>Rhyan, explain your problem in details please.</description>
		<content:encoded><![CDATA[<p>Rhyan, explain your problem in details please.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Decision Making using PHP Switch Statement by Rhyan</title>
		<link>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6377</link>
		<pubDate>Wed, 30 Jul 2008 07:34:54 +0000</pubDate>
		<guid>http://fastcreators.com/article/2007/01/19/decision-making-using-switch-statement/#comment-6377</guid>
					<description>Hi guys I need some help? I'm trying to create a dynamic kind of switch can somebody help me please................ pls. email me thanks.</description>
		<content:encoded><![CDATA[<p>Hi guys I need some help? I&#8217;m trying to create a dynamic kind of switch can somebody help me please&#8230;&#8230;&#8230;&#8230;&#8230;. pls. email me thanks.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.126 seconds -->

