<?php
session_start();
include("../../php_crud/my_class.php");
$obj = new my_class();
//extract($_REQUEST);
echo"hellow graph";
exit();
/*$station_id = 'SW233';*/

	
?>