viewer.php 67 Bytes
<?php
session_start();
echo stripslashes($_SESSION['htmldata']);
?>