0
To: Paul Giesberts
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] printing on IIS7
Paul,
I had a smiliar problem once where I had changed the amount of memory
from 16M to 256 (note the missing M). Check your memory setting in
php.ini. 262144 seems like 256K. I think that may be the def
bject: Re: [PHP-WIN] printing on IIS7
2009/5/5 Paul Giesberts :
> Hi,
>
> I have migrated a php site from Linux to windows. The only remaining problem
> seems to be printing, naturally I have had to change the code and that's
> where the problems have started. I have t
2009/5/5 Paul Giesberts :
> Hi,
>
> I have migrated a php site from Linux to windows. The only remaining problem
> seems to be printing, naturally I have had to change the code and that's
> where the problems have started. I have the following very simple code:
>
>
> $txt = "Hello World";
> $han
Paul,
I had a smiliar problem once where I had changed the amount of memory
from 16M to 256 (note the missing M). Check your memory setting in
php.ini. 262144 seems like 256K. I think that may be the default minimum
amount of memory for a script.
On my Linux systems there is a different ph
A Manager
Servicecare
-Original Message-
From: Jacob Kruger [mailto:jac...@iburst.co.za]
Sent: 05 May 2009 10:37
To: Paul Giesberts
Subject: {** SPAM **} Re: [PHP-WIN] printing on IIS7
Why don't you just use javascript to print the content?
Think it's something like window.print()
Hi,
I have migrated a php site from Linux to windows. The only remaining problem
seems to be printing, naturally I have had to change the code and that's where
the problems have started. I have the following very simple code:
When I run this from the command prompt using php -f . It wor