Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/wisdom.bak/
Upload File :
Current File : /var/www/html/mmishra/indem/wisdom.bak/downloads.php

<?php
$weburl = $_REQUEST["weburl"];
$tbl = $_REQUEST["tbl"];

hitmeter($weburl);

if (mysql_num_rows(mysql_query("select * from $tbl where weburl='$weburl'"))) {
        mysql_query("update $tbl set counter=counter+1 where weburl='$weburl'");
}

header("location: documents/$weburl");

?>