$value) { $chartData[$key][] = $value; }*/ } // get settings if any posted $chartSettings = array(); if (PMA_isValid($_REQUEST['chartSettings'], 'array')) { $chartSettings = $_REQUEST['chartSettings']; } // get the chart and settings used to generate chart $chart = PMA_chart_results($data, $chartSettings); /** * Displays top menu links * We use db links because a chart is not necessarily on a single table */ $num_tables = 0; require_once './libraries/db_links.inc.php'; $url_params['db'] = $GLOBALS['db']; $url_params['reload'] = 1; /** * Displays the page */ ?>