pootergeist,
Thanks for your help. I'm not sure what a crontab is but your other suggestion worked well. I just added the file name to imagepng and the resulting file is printable. Thanks again!
Search found 3 matches
- Tue Sep 16, 2003 4:59 pm
- Forum: PHP - Code
- Topic: Printing dynamic Images
- Replies: 3
- Views: 334
- Mon Sep 15, 2003 8:38 pm
- Forum: PHP - Code
- Topic: Printing dynamic Images
- Replies: 3
- Views: 334
Let me clearify one thing. When I try to print (File->Print) I get my HTML forms printed. The script starts off with forms to querie the client for what data to generate graphs from (Date, time etc.). The script is then resubmitted (PHP_SELF) and the graphing logic is activated. File -> Print result...
- Mon Sep 15, 2003 8:19 pm
- Forum: PHP - Code
- Topic: Printing dynamic Images
- Replies: 3
- Views: 334
Printing dynamic Images
Hey all, I wrote a simple script to graph values from my database using imagecreate, imageline, etc. This works great but I can't figure out how the client can print out the resulting graph. I don't want to screen grab <Prt Sc> since I don't want the browser window, only the graph. Thanks for your h...