Forum Moderators: coopster
"html files"
$handle = fopen('files/', "r");
$data = session_encode;
at the same time the files is in the session
if ((isset($_SESSION["UID"])) && ($_SESSION["UID"] != ''))
{
else
{
echo '<script type="text/javascript">alert("Access Denied!");location.href="index.php";
</script>';
}
at print it using.
window.print
any idea? tnx :D