...But my boss won't let me keep the Bushmill's at my desk. *sigh*
So, assuming that $p_code is "MNE" and $neuroKey is 2, then $hub should be
2, right? Instead, it's coming up with 1, which is the value of
$coreKey. What have I missed?
$hub=$coreKey;
if (($p_code=="MNE")||($p_code=='SN')||($p_code=='PM'))
{
$hub=$neuroKey;
}
else if ($p_code=="MAI")
{
$hub=$allergyKey;
}
else if (($p_code=="SPS")||($p_code=="MCC"))
{
$hub=$dermKey;
}
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] PHP.INI Steve Haemelinck
- Re: [PHP] PHP.INI Richard Lynch
- [PHP] php.ini Brandon Feldhahn
- Re: [PHP] php.ini David Robley
- Re: [PHP] php.ini John Monfort
- Re: [PHP] php.ini eschmid+sic
- [PHP] php.ini Michael Hall
- Re: [PHP] php.ini Christian Reiniger
- Re: [PHP] php.ini Michael Hall
- [PHP] PHP.ini Chris Anderson
- Re: [PHP] This is driving me to drink... Richard S. Crawford
- Re: [PHP] This is driving me to drink... Jack Dempsey
- Re: [PHP] This is driving me to drink... Richard S. Crawford
- RE: [PHP] This is driving me to drink... Ralph Guzman
- RE: [PHP] PHP.ini Johnson, Kirk
- [PHP] php.ini Daniel Harik
- [PHP] Php.ini Chris Kay
- [PHP] Re: Php.ini Jason Sheets
- Re: [PHP] Php.ini Dennis Moore
- [PHP] Re: Php.ini jtjohnston
- [PHP] php.ini dk1eng

