> What's wrong with this syntax. I just can't see my mistake.
>
> if ($vBkgrndImage == "AnswerPage") {
>   if ($vAnswerID_RS_PageContent != $row_RS_PageContent['CorrectAnswer']) {
>     $vBkgrndImage = "Bkgrnd-Body-Incorrect.jpg";
>   } else {
>     $vBkgrndImage = "Bkgrnd-Body-Correct.jpg";
>   }
> }
>
> Thanx
> --
> Robb Kerr

I can't see anything wrong. What's the error you're receiving?

-- 
--Matthew Sims
--<http://killermookie.org>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to