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 tda href=\mailto:;, $row['Email'], \, $row['Email'], /a/td; Cheers, David. Perfect!!! Many thanks. Pete -- PHP Database Mailing

[PHP-DB] HTML question

2004-09-18 Thread Pete Holsberg
I have a database that has an email field. I would like the web page that is created dynamically from this database to have a mailto:; link for each email address but I don't know what to put in the email field. I tried replacing echo td{$row['Email']}/td\n; with echo tda

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 tda href=\mailto:;, $row['Email'], \, $row['Email'], /a/td; 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

[PHP-DB] HTML question

2001-07-10 Thread Ken Sommers
Hello, pure HTML server question: images like (backgroundimage.jpg) stored on server at: /htdocs/www/img util.showpic.html is stored at : /htdocs/util/ How to use backgroundimage.jpg as background in util.showpic.html ? body background=/www/img/backgroundimage.jpg does not work.. what

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

Re: [PHP-DB] HTML question

2001-07-10 Thread Ken Sommers
in 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/ your web root? If it isn't

Re: [PHP-DB] HTML question

2001-07-10 Thread Tom Peck
. 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/ your web root? If it isn't the browser loading up the page would not have access to /www/img

Re: [PHP-DB] HTML question

2001-07-10 Thread Ken Sommers
? thanks again, 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/ your web root? If it isn't the browser loading up the page would not have access to /www/img

Re: [PHP-DB] HTML question

2001-07-10 Thread 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 /www/img/backgroundimage.jpg. If it is - try removing the space after the .jpg

Re: [PHP-DB] HTML question

2001-07-10 Thread Nick O'Reilly
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 /www/img/backgroundimage.jpg. If it is - try removing the space after the .jpg in your