Re: [PHP] mystery line

2001-04-09 Thread Stuart J. Browne
"David Robley" [EMAIL PROTECTED] wrote in message 01040614091104.10051@www">news:01040614091104.10051@www... 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 "pTID detail view -

Re: [PHP] mystery line

2001-04-05 Thread David Robley
On Fri, 6 Apr 2001 13:00, Martin Skjldebrand wrote: It's not first of April today is it? Only where you are :-) In: ? if ($id != "") { print "center"; print "pTID detail view - Document #b?php echo $id; ?/b/p"; $sql="select * from tid_tbl where id=" . $id;

RE: [PHP] mystery line

2001-04-05 Thread Martin Skjldebrand
Tyler Longren wrote: In line 3, you don't need your ? ? tags again. This is how you have it: print "pTID detail view - Document #b?php echo $id; ?/b/p"; this is how it should be: print "pTID detail view - Document #b$id/b/p"; Ofcourse, I've seen that all the time - and yet ... oh well

Re: [PHP] mystery line

2001-04-05 Thread David Robley
On Fri, 6 Apr 2001 13:50, Martin Skjldebrand wrote: Tyler Longren wrote: In line 3, you don't need your ? ? tags again. This is how you have it: print "pTID detail view - Document #b?php echo $id; ?/b/p"; this is how it should be: print "pTID detail view - Document #b$id/b/p";