Tyler Longren wrote:
> In line 3, you don't need your <? ?> tags again.
> This is how you have it:
> print "<p>TID detail view - Document #<b><?php echo $id; ?></b></p>";
>
> this is how it should be:
> print "<p>TID detail view - Document #<b>$id</b></p>";
Ofcourse, I've seen that all the time - and yet ...
oh well ... a bug in the carbon based part of the system I suppose.
Thanks,
Martin S.
--
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]