This is a discussion on [rrd-users] png file as php script within the RRD Users forums, part of the Networking and Network Related category; Hi rrd-users, I have odd idea about image generation: 1/ using .htaccess change apache config to parse png files ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi rrd-users, I have odd idea about image generation: 1/ using .htaccess change apache config to parse png files as php scripts 2/ create file graph-monthly.png which will be php script who: - will send appropriate png headers - call rrd_graph to generate images - push image file to browser Problem is that I cannot use 'exec, shell_exec, system, passthru' php functions. My question: Is there any way to call :graph (using rrd php module) and get output (image) in php variable? Regards Sebastian -- Sebastian Pachuta seba123@seba123.webd.pl -- Unsubscribe mailto:rrd-users-request@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi |