Michael Earls said: > php4-rrdtool, > > What options can be used on rrd_graph.php. > > $opts = array( "--start", "-86400", > // "--title ISP Traffic", errors out > // "--vertical-label Kilobytes Per Second", errors out > ); > > Thanks, > > Michael
This is purely an educated guess. Try: "--title \"ISP Traffic\"" and "--vertical-label \"Kilobytes Per Second\"" HTH Graeme -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
