php-windows Digest 15 Feb 2005 13:33:09 -0000 Issue 2575
Topics (messages 25578 through 25580):
printing
25578 by: Jason Beaver
25579 by: Warren Vail
I am looking for a PHP editor who has RTL support...
25580 by: Amir BD
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 ---
Has anyone ever done any printing from PHP. I have recently been trying to
get the printer functions to work with no success. anyone have any hints?
--- End Message ---
--- Begin Message ---
Jason,
It helps to remember how most PHP applications are structured (server
side/browser side) and the options you want to use depends on where you want
the printing to occur.
Server Side;
the manual for the printer functions
http://us4.php.net/manual/en/ref.printer.php contains the following
disclaimer;
These functions are only available under Windows 9.x, ME, NT4 and 2000. They
have been added in PHP 4.0.4.
which means that your server needs to be a windoz platform.
Client (Browser) Side;
Two solutions come to mind, one is preparing a PDF file on the fly and
letting the user print via the Adobe interface
http://us4.php.net/manual/en/ref.pdf.php
the other is accomplished via JavaScript. You should be able to find some
help with printing a web page at http://www.hotscripts.com
HTH,
Warren Vail
> -----Original Message-----
> From: Jason Beaver [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 14, 2005 4:46 PM
> To: [email protected]
> Subject: [PHP-WIN] printing
>
>
> Has anyone ever done any printing from PHP. I have recently been
> trying to
> get the printer functions to work with no success. anyone have any hints?
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
--- End Message ---
--- Begin Message ---
Does anyone know about a PHP editor(for windows, of course) that has
an RTL support?
It is very important because my Website is in Hebrew.
I know I can use notepad, but it's pretty lame for PHP. Highlighting
is very important for me.
Can anyone help me find such editor?
--- End Message ---