Re: [PHP-DB] HTML question

2004-09-19 Thread Pete Holsberg
On Sun, 19 Sep 2004, David Orlovich wrote: > I think you're just missing some double quotes (which you have to > escape). How about something like this: > > echo "mailto:";, $row['Email'], "\">", $row['Email'], ""; > > Cheers, David. Perfect!!! Many thanks. Pete -- PHP Database Mailing Lis

Re: [PHP-DB] HTML question

2004-09-18 Thread David Orlovich
I think you're just missing some double quotes (which you have to escape). How about something like this: echo "mailto:";, $row['Email'], "\">", $row['Email'], ""; Cheers, David. On 19/09/2004, at 3:31 PM, Pete Holsberg wrote: I have a database that has an email field. I would like the web page

Re: [PHP-DB] HTML question

2001-07-10 Thread Nick O'Reilly
om: "Tom Peck" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, July 10, 2001 4:00 PM >Subject: Re: [PHP-DB] HTML question > > > > Is /htdocs/ your web root? If it isn't the browser loading up the page > > would not have acc

Re: [PHP-DB] HTML question

2001-07-10 Thread Tom Peck
like? > ? >or should I move my /img/ dir somewhere else like maybe throw 'em in with >all the pages in /htdocs/www >? > >thanks again, > >Ken > >- Original Message - >From: "Tom Peck" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>

Re: [PHP-DB] HTML question

2001-07-10 Thread Ken Sommers
al Message - From: "Tom Peck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 4:00 PM Subject: Re: [PHP-DB] HTML question > Is /htdocs/ your web root? If it isn't the browser loading up the page > would not have access to /w

Re: [PHP-DB] HTML question

2001-07-10 Thread Tom Peck
From: "Tom Peck" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, July 10, 2001 4:00 PM >Subject: Re: [PHP-DB] HTML question > > > > Is /htdocs/ your web root? If it isn't the browser loading up the page > > would not have access to /

Re: [PHP-DB] HTML question

2001-07-10 Thread Ken Sommers
util AND www I have things like ../img/ not sure what that means. thanks, ken - Original Message - From: "Tom Peck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 4:00 PM Subject: Re: [PHP-DB] HTML question > Is /htdocs/ yo

Re: [PHP-DB] HTML question

2001-07-10 Thread Tom Peck
Is /htdocs/ your web root? If it isn't the browser loading up the page would not have access to /www/img/backgroundimage.jpg. If it is - try removing the space after the .jpg in your body tag. Tom At 15:51 10/07/2001 -0700, you wrote: >Hello, pure HTML server question: > >images like (back