|
if ($from == "")
{
if ($office == "corporate")
{
echo "selected";
}
elseif ($from == 'corporate')
{
echo "selected";
}}
Technically thats correct however it looks wrong somehow. What exactly is the script trying to do?
__________________
I have become death, destroyer of worlds.
|