RE: [PHP] Display Image

2001-08-18 Thread Seb Frost
well you've got that unmatched at the end... - seb -Original Message- From: Andonny [mailto:[EMAIL PROTECTED]] Sent: 19 August 2001 03:28 To: [EMAIL PROTECTED] Subject: [PHP] Display Image Hi, I tried below to display the picture on the webpage. I have in the pcture column a http

Re: [PHP] Display Image

2001-08-18 Thread Andonny
Thanks for your reply. This is the whole line and I am not sure which one to take out echo img src=\$row[picture]\ . $row[description] . /A/bBR; Andonny Seb Frost [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... well you've got that unmatched at the end... -

RE: [PHP] Display Image

2001-08-18 Thread Seb Frost
I always split it up if I'm having errors... echo img src=\; echo $row[picture]; echo \; echo $row[description]; - seb - Original Message - From: Chris Schneck [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 18, 2001 7:29 PM Subject: Fw: [PHP] Display Image echo img