<?php require_once("datasources.inc"); require_once("class_io.inc"); $g = new IO_Graph(); $g->execute($GLOBALS["QUERY_STRING"]); $g->sendimage(); ?>