EVOLUTION-NINJA
Edit File: view_image.php
<div> <?php // echo $result; // die(); if($result!=null){ ?> <iframe src="../../swansilk_uploads/<?php echo $result; ?>" width="100%" height="100%"></iframe> <?php } else{ ?> <h1>No Attachments Present</h1> <?php } ?> </div>