Re: [PHP] mystery line

2001-04-08 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 "TID detail

Re: [PHP] mystery line

2001-04-05 Thread David Robley
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 "TID detail view - Document #"; > > > > this is how it should be: > > print "TID detail view - Document #$id"; > > Ofcourse, I've seen

RE: [PHP] mystery line

2001-04-05 Thread Martin Skjöldebrand
Tyler Longren wrote: > In line 3, you don't need your tags again. > This is how you have it: > print "TID detail view - Document #"; > > this is how it should be: > print "TID detail view - Document #$id"; Ofcourse, I've seen that all the time - and yet ... oh well ... a bug in the carbon base

Re: [PHP] mystery line

2001-04-05 Thread David Robley
On Fri, 6 Apr 2001 13:00, Martin Skjöldebrand wrote: > It's not first of April today is it? Only where you are :-) > > In: > > > print ""; > print "TID detail view - Document #"; > > > $sql="select * from tid_tbl where id=" . $id; > $result1=mysql_query($sql, $mysql_link); > $row = mysql_f

RE: [PHP] mystery line

2001-04-05 Thread Tyler Longren
In line 3, you don't need your tags again. This is how you have it: print "TID detail view - Document #"; this is how it should be: print "TID detail view - Document #$id"; Tyler Longren -Original Message- From: Martin Skjoldebrand [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2