Re: [PHP-DB] One more GD ? -- filename

2005-04-06 Thread Craig Hoffman
ction_gd.php?route_photo=$thumb"); Jos -Original Message- From: Craig Hoffman [mailto:[EMAIL PROTECTED] Sent: 06 April 2005 18:12 To: php-db@lists.php.net Cc: Juffermans, Jos Subject: Re: [PHP-DB] One more GD ? -- filename Hi Jos, I understand what your saying. The problem is all the image

RE: [PHP-DB] One more GD ? -- filename

2005-04-06 Thread Juffermans, Jos
save) > exit(); > ?> > > However, you cannot use that to show multiple images from 1 script. > > Jos > > > -Original Message- > From: Craig Hoffman [mailto:[EMAIL PROTECTED] > Sent: 06 April 2005 15:24 > To: php-db@lists.php.net > Subject:

Re: [PHP-DB] One more GD ? -- filename

2005-04-06 Thread Craig Hoffman
show multiple images from 1 script. Jos -Original Message- From: Craig Hoffman [mailto:[EMAIL PROTECTED] Sent: 06 April 2005 15:24 To: php-db@lists.php.net Subject: [PHP-DB] One more GD ? -- filename Thanks everyone for answering my other post. However, I'm still having trouble passing

RE: [PHP-DB] One more GD ? -- filename

2005-04-06 Thread Juffermans, Jos
April 2005 15:24 To: php-db@lists.php.net Subject: [PHP-DB] One more GD ? -- filename Thanks everyone for answering my other post. However, I'm still having trouble passing the image name from the GD script to the image tag. I'm including the GD script below. Any help would be great.

Re: [PHP-DB] One more GD ? -- filename

2005-04-06 Thread Craig Hoffman
from a db. It used the two pages like you do here and passes the ID back and forth to the image production page...maybe it will help http://www.weberdev.com/get_example-4062.html bastien From: Craig Hoffman <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] One more GD ? -- fi

RE: [PHP-DB] One more GD ? -- filename

2005-04-06 Thread Bastien Koert
o: php-db@lists.php.net Subject: [PHP-DB] One more GD ? -- filename Date: Wed, 6 Apr 2005 08:23:40 -0500 Thanks everyone for answering my other post. However, I'm still having trouble passing the image name from the GD script to the image tag. I'm including the GD script below. Any hel

[PHP-DB] One more GD ? -- filename

2005-04-06 Thread Craig Hoffman
Thanks everyone for answering my other post. However, I'm still having trouble passing the image name from the GD script to the image tag. I'm including the GD script below. Any help would be great. Thanks - Craig //GD script include ("db.php"); $query = "SELECT route_photo FROM routes WHE