<?php
/*
* Created on 2011-7-13
* long.tang
* To change the template for this generated file go to
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/
?>
<?php require_once('conn.php');
require_once('checklogin.php');
require_once('function.php');
if(isset(GET["tactic_id"])){
$tactic_i_maillist = "tactic_".GET["code"]."_click";
$sql_data = "select t.mclick_time,l.tactic_link_id,l.mlink_address from mail_click t,mail_link l where t.mlink_id=l.tactic_link_id and t.tactic_id=l.tactic_id and t.data_id=".GET["code"]." and t.tactic_id=".GET["tactic_id"];
$fileName = 'down/'.$tactic_i_maillist."_".date('YmdHis').'.csv';
}