[PHP] Re: printing a php file as a text file

2003-04-02 Thread Petter Aas
Chris Sano wrote: How would I go outputting my PHP file as a text file -- for example, I have a set of scripts that I plan to release to the public and would like to make this script viewable through PHP without having to call a text file. I know I have seen this somewhere and I'm wondering if any

[PHP] Re: Printing help

2003-04-02 Thread Petter Aas
Jay Mitchell wrote: I need to know if there is a way to send output to a users local printer using a browser accessed database. Will php3 do this? IfSo how? Thanks in dvance Jay http://www.php.net/manual/en/ref.printer.php I believe that you can find something usefull there. -- PHP General Mailing

[PHP] Re: Send Output to Printer?

2003-03-27 Thread Petter Aas
you should read this: http://www.php.net/manual/en/ref.printer.php Nicole wrote: anyone know of a good tutorial for using PHP to send output to a printer? have a report that returns paged display (e.g., 20 rows max per page) ... too many rows to show on one page. need a print button that will sen

[PHP] Re: GD - dynamic PNG generation

2003-03-27 Thread Petter Aas
Conor McTernan wrote: Coding wise, I currently read the text in from a file, then put the text into an array, each line being a seperate entry in the array. I then create a PNG image approx 490*1848(i change the image size depending on the amount of text). I dont do anything really strange in my im