Re: [PHP] downloading an image

2007-04-11 Thread Richard Lynch
On Wed, April 11, 2007 8:10 am, Ross wrote: > tthe image does not display although it exists in the table 'images' > > > This calls the download script > > > $property_id = $_SESSION['property_id'] ; > $query = "SELECT * FROM images WHERE property_id='$property_id'"; > $result = mysql_query($que

Re: [PHP] downloading an image

2007-04-11 Thread Jochem Maas
Ross wrote: > tthe image does not display although it exists in the table 'images' > > > This calls the download script > > > $property_id = $_SESSION['property_id'] ; > $query = "SELECT * FROM images WHERE property_id='$property_id'"; > $result = mysql_query($query); > while($row = mysql_fe

RE: [PHP] downloading an image

2007-04-11 Thread Jay Blanchard
[snip] tthe image does not display although it exists in the table 'images' [/snip] http://www.google.com/search?hl=en&q=display+image+from+blob+PHP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php