Re: select statement not working in a php page

2004-03-22 Thread beacker
>I am trying to get a single result from a database, which works fine at >the sql command line. I have tried several versions of code, this being >the most recent - ... >No matter what I do I do not get the desired max id number from the column >WarrantyID. The same query works fine at the sql c

Re: select statement not working in a php page

2004-03-22 Thread Chip Wiegand
ou made them feel." > - Original Message - > From: "Chip Wiegand" <[EMAIL PROTECTED]> > To: "MySQL " <[EMAIL PROTECTED]> > Sent: Monday, March 22, 2004 11:33 AM > Subject: select statement not working in a php page > > > I am

RE: select statement not working in a php page

2004-03-22 Thread Diana Cristina Neves Soares
Mon 3/22/2004 5:33 PM To: MySQL Cc: Subject: select statement not working in a php page I am trying to get a single result from a database, which works fine at the sql command line. I have tried several versions of code, this being the most recent - \n"; echo "W

Re: select statement not working in a php page

2004-03-22 Thread Rick Emery
uot;People will forget what you said. People will forget what you did. But people will never forget how you made them feel." - Original Message - From: "Chip Wiegand" <[EMAIL PROTECTED]> To: "MySQL " <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 11:33 AM

select statement not working in a php page

2004-03-22 Thread Chip Wiegand
I am trying to get a single result from a database, which works fine at the sql command line. I have tried several versions of code, this being the most recent - \n"; echo "Warranty ID:\n"; echo "$WarrantyID\n"; echo "\n"; } ?> No matter what I do I do not get the desired max id number from the c