'.$name.'';
}
}
//**************************************
// First selection results //
//**************************************
if($_GET['func'] == "drop_1" && isset($_GET['func'])) {
drop_1($_GET['drop_var']);
}
function drop_1($drop_var)
{
include_once('config.php');
$result = mysql_query("select * from recharge_plan where service_pro_id ='$drop_var' ")
or die(mysql_error());
echo '