On Fri,  6 Apr 2001 13:50, Martin Skjöldebrand wrote:
> 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.

That's PWCKI or Problem With Chair to Keyboard Interface :-)

-- 
David Robley                        | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet                            | http://auseinet.flinders.edu.au/
            Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
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]

Reply via email to