Still having no luck with this guys. 😕
Here's what i'm using on the htm upload success page...
<html>
<head>
<link rel="stylesheet" href="http://104.198.136.250/intranet
<title>shibby - </title>
<?php
$imgsrc=$_GET["Image"]
$imagepath="library/".$imgsrc
?>
</head>
<body background="btile.gif" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0"
marginheight="0">
Your image was
uploaded successfully!</font></b></font></blockquote>
<?php
echo '<img src="$imgpath">';
?>
</body>
</html>
The page displays ok, just no image displayed from the php echo.
the user is directed to this page with $image as a get variable in the URL, so http://mydomain.com?image=5.jpg
Its probably something stupid i realise but i just cant put my finger on it 🙁