<?php

session_start();
$sid = session_id();
/*
include ("/home/permits4/.php/beta.inc");
$result = mysql_query("SELECT link FROM links where code = 'ppincURL'");
while ($row = mysql_fetch_array($result,MYSQL_ASSOC)) {
      	$ppincURL = $row[link];
} 

$id = $sid;

$referer = $_SERVER['HTTP_REFERER'];
$day = date("d");
$month = date("m");
$year = date("Y");
$method = "download";

$result = mysql_query("insert into drugdownloads 
		values ('$month','$day','$year','$referer','$id',
		'$method','$fax','$contact','$phone','$name','$address','$zip');");
*/
?>

<HTML>
<HEAD>

<title>Connecting to PermitsPlus.com</title>

</HEAD>
<BODY onload=setTimeout("location.href='<?php echo $ppincURL;?>/downloads/DandA.pdf'",0) >
</body>
</html>
