On Wednesday 06 February 2002 02:53, Edward R. Bailey wrote:
> Sorry -- Here it is
>
>
>  <?php If ($memberNotes) {
>      $notes = "<div align=left><font
> size=-1><b>Notes:</b></font></div>";
>            } else {
>      $notes = "";
>            }
>  ?>
>
> Then I call $notes using --
>
> echo ($notes)

I meant your *whole* script -- never mind, have you tried echo($memberNotes) 
to see what that contains? Are you sure it doesn't contain spaces or other 
non-visible characters?


-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
"All language designers are arrogant.  Goes with the territory..."
(By Larry Wall)
*/

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

Reply via email to