diganme en que estoy mal
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>GRAFICA</title>
</head>
<?php
//include ("../funcion/conexion.php");
$con=mysql_connect("localhost","root","");
mysql_select_db("radiotaxi",$con);
mysql_connect($host,$usuarioBD,$contaseñaBD);
$result = mysql_db_query("$radiotaxi","select count(id_taxi), fecha as SEMANA from $servicio ");
while($row = mysql_fetch_array($result)){
$datax[] = $row[SEMANA];
$datay[] = $row[fecha];
}
include ("C:/wamp/www/sitio/jpgraph-1.21b/jpgraph-1.21b/src/jpgraph.php");
include ("C:/wamp/www/sitio/jpgraph-1.21b/jpgraph-1.21b/src/jpgraph_pie.php");
include ("C:/wamp/www/sitio/jpgraph-1.21b/jpgraph-1.21b/src/jpgraph_pie3d.php");
// Some data
//$data = array(20,27,45,75,90);
// Create the Pie Graph.
$graph = new PieGraph(350,200,"auto");
$graph->SetShadow();
// Set A title for the plot
$graph->title->Set("Grafico");
$graph->title->SetColor("darkblue");
// Create pie plot
$p1 = new PiePlot3d($datax);
$p1->SetTheme("sand");
$p1->SetCenter(0.4);
$p1->SetLegends($datay);
$graph->Add($p1);
$graph->Stroke(C:\wamp\www\sitio\jpgraph-1.21b\graficas\base.php);
<body>
</body>
</html>
?>
mi correo es j_sr en hot.......