RE: [PHP-WIN] printing on IIS7

2009-05-05 Thread Paul Giesberts
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

RE: [PHP-WIN] printing on IIS7

2009-05-05 Thread Paul Giesberts
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

Re: [PHP-WIN] printing on IIS7

2009-05-05 Thread Richard Quadling
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

Re: [PHP-WIN] printing on IIS7

2009-05-05 Thread James Crow
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

[PHP-WIN] RE: {** SPAM **} Re: [PHP-WIN] printing on IIS7

2009-05-05 Thread Paul Giesberts
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()

[PHP-WIN] printing on IIS7

2009-05-05 Thread 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:  When I run this from the command prompt using php -f . It wor