/home/mjc1/public_html/etaxset.mail.process.php


1
2
3
4
5
6
7
8
9
10
<?
    

    
include("./manage/category/common.php");
    

        
$query " UPDATE tempmailer SET checkmail = 1 WHERE idx = $idx";
        
mysql_query($query);

?>