9:23 AM
To: Bill Bolte
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] base64 encoded images and printing
Can you provide a URL so I can see if I can print it from my
browsers? Can you confirm that filesize is definitely producing a
result?
te
*Cc:* php-windows@lists.php.net
*Subject:* Re: [PHP-WIN] base64 encoded images and printing
Can you provide a URL so I can see if I can print it from my
browsers? Can you confirm that filesize is definitely producing a result?
Bill Bolte wrote:
I've put this on my fetch.php
unlink('im
Am I doing the filesize
correctly?
-Original Message-
From: Kevin Smith [mailto:[EMAIL PROTECTED]
Sent: Monday, March 05, 2007 4:40 PM
To: Bill Bolte
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] base64 encoded images and printing
Hi Bill,
This is what I've used for the
I've put this on my fetch.php
I can see the image but can't print it. Am I doing the filesize
correctly?
-Original Message-
From: Kevin Smith [mailto:[EMAIL PROTECTED]
Sent: Monday, March 05, 2007 4:40 PM
To: Bill Bolte
Cc: php-windows@lists.php.net
Subject: Re: [PHP-W
t; <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, March 06, 2007 5:40 AM
Subject: Re: [PHP-WIN] base64 encoded images and printing
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Bill,
This is what I've used for the last 4 years or so and works in every
browser that I've come across, obviously the data is being called from a
database instead.
$query = "select bin_data, file_type from content_images where
image_id=".$_GET['id'];
$result = mysql_query($query)
Update, I have it working in IE7 but not IE6. I can view it in both
IE6-7, but it only prints in IE7. here's what I'm doing...
';
?>
fetch.php is thus, read file and delete:
anyone have any other ideas to try?
__
-Original Message-
From: Bill Bolte [mailto:[EMAIL PROTE