php-windows Digest 24 Feb 2004 10:54:30 -0000 Issue 2136
Topics (messages 22941 through 22946):
PHP execution speed in Win2K
22941 by: Alan McDonald
Re: how to print to a file by php_printer functions ?
22942 by: Frank M. Kromann
easiest way to make a complicated PDF form...
22943 by: Leo Divinagracia
22946 by: Alan McDonald
How to installl Javascript as a scripting host language ?
22944 by: Lothar Scholz
22945 by: Torsten Schabdach
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I have my dev machine on Win2003 Server and my production on Win2K Server.
Does anyone know of a setting on the win2K env which would cause it to
perform very slowly? After letting the app ly dormant for only a few minutes
and then requesting a new page, the app is very slow to respond, then it's
fine for the next few pages, then if you stop for a minute or so and request
another page, you get the same sluggish response. This does not occur on
win2003 server.
Is there a setting I have missed perhaps?
thanks
Alan
--- End Message ---
--- Begin Message ---
$ptr = printer_open($str_printer);
printer_set_option($ptr, PRINTER_MODE, "RAW");
printer_set_option($ptr, PRINTER_OUTPUT_FILE, "c:\\test.ptr");
if ($ptr) {
printer_write($ptr, $str_text);
printer_close($ptr);
}
else {
echo "No default printer found!\n";
}
- Frrank
> Hi,
>
> How to print to a file by php_printer functions ?
> Thanks.
>
>
> Yue Gong
>
--- End Message ---
--- Begin Message ---
i know of 2 classes:
http://ros.co.nz/pdf/
and
http://fpdf.org/
but each one makes you make each element by hand. i mean i have one
part of the form with a 35 x 20 element grid area where a user is
supposed to fill in.
and that is just 1/5 of the 8.5 x 11" page.
the rest is just as "complicated" and uses small text everywhere.
is there another PDF class you know of that makes things easier?
how are you making your PDF forms?
worse case, anyone know of where i can pick up a clear overlay with
grids on it so i can at least make it easier to make these things... ;)
thanks...
--
Leo G. Divinagracia III
[EMAIL PROTECTED]
zzzzz
--- End Message ---
--- Begin Message ---
YAPS? at
http://www2.interakt.ro/products/free-php-scripts.html
Alan
"Leo Divinagracia" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> i know of 2 classes:
>
> http://ros.co.nz/pdf/
>
> and
>
> http://fpdf.org/
>
> but each one makes you make each element by hand. i mean i have one
> part of the form with a 35 x 20 element grid area where a user is
> supposed to fill in.
>
> and that is just 1/5 of the 8.5 x 11" page.
>
> the rest is just as "complicated" and uses small text everywhere.
>
> is there another PDF class you know of that makes things easier?
>
> how are you making your PDF forms?
>
> worse case, anyone know of where i can pick up a clear overlay with
> grids on it so i can at least make it easier to make these things... ;)
>
>
> thanks...
>
> --
> Leo G. Divinagracia III
> [EMAIL PROTECTED]
>
> zzzzz
--- End Message ---
--- Begin Message ---
Hello,
I tried to build the PHP5 Beta 4 on my Win2000 and run into the
problem that the "buildconf.bat" script gives me the error message:
Input Error: There is no script engine for file extension ".js".
How can i install Javascript as a language for the scripting host
"cscript.exe" ?
--
Best regards,
Lothar mailto:[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Hello,
there was something liks JS on Server Side.
Maybe this could be a startpoint for digging:
http://devedge.netscape.com/library/manuals/2000/javascript/1.5/guide/
Not much I know...
--
Torsten
Lothar Scholz schrieb:
Hello,
I tried to build the PHP5 Beta 4 on my Win2000 and run into the
problem that the "buildconf.bat" script gives me the error message:
Input Error: There is no script engine for file extension ".js".
How can i install Javascript as a language for the scripting host
"cscript.exe" ?
--- End Message ---