"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
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
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
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
Sent: Thursday, April 05, 2001 10:31 PM
To: [EMAIL PROTECTED]
Subject: [PHP] mystery line
It's not first of April today is it?
In:
";
print "TID detail view - Document #";
$sql="select * from tid_tbl where id=" . $id;
$result1=mysql_query($sql, $mysql_link);
$ro
It's not first of April today is it?
In:
";
print "TID detail view - Document #";
$sql="select * from tid_tbl where id=" . $id;
$result1=mysql_query($sql, $mysql_link);
$row = mysql_fetch_array($result1);
echo '';
echo 'Subject' .
$row["subject"] . '';
echo 'Issue/Info'
. ereg_replace (1
6 matches
Mail list logo