this is a small sample to show how you can use php
to make the gnue-reports-server process reports.

Requirements:
  - xmlrpc from phpxmlrpc.sf.net
  - running gnue-reports-server
  - a working monthly.grd report

What to take care of:
- start the server in the directory, where you have monthly.grd

   gnue-reports-server -Z --username X --password Y

- try it first with gnue-reports itself.
   
   gnue-reports -d /tmp/test monthly.grd subtitle="April 2002" begin="04/01/2002" end="04/30/2002"
   
   
