This is tall a very confusing language...
I can get this into the address bar:
port.php?imagename=test.jpg
port.php:
<html>
<body>
<?php $in=$_GET['imagename'];?>
<img src=$in>
</body>
</html>
I looked into the image function in php. It looks like you need a degree just to display1 image. Add libraries, compile this etc..
I must be missing something very basic about php and all of the stuff on passing variables.
I need to add a lot of html to the final result.
Any help would be greatly appriciated. -David