Re: switch case madness

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Jan 18, 2011, at 10:30 PM, Donovan Brooke wrote:

> Hello,
> 
> I must not understand PHP's switch/case..
> The case '0' below fires when $t_mssg = "" apparently.
> Is this how it's suppose to work? I would think
> it would only fire if it equaled "0".
> 
> ----------
> print "-$t_mssg- <br />";
> 		
> if (isset($t_mssg)) {
>  switch ($t_mssg) {
>    case 0:
>      echo '<p><span style="color:red;">Log In Successful</span></p>';
>      break;
>  }
> }
> ----------
> 
> TIA,
> Donovan
> 
> -- 
> D Brooke

I use switch cases so rarely I would have to refer you to the documentation.

Regards,

-Josh
____________________________________
Joshua Kehn | Josh.Kehn@xxxxxxxxx
http://joshuakehn.com


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux