"Chris Hubbard" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hmm.  You're right.  Maybe something like the following would help:
>
> <?php
> if ($_SESSION["irony"])
> {
> $rs = enjoyJoke($_POST["msg"])
> }else{
> $rs = fixProblem($_POST["msg"])
> }
> echo "<h3>". $rs ."</h3>";
>
> ?>

This isn't working in Windows.  Anyone know why?




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

Reply via email to