I want to modify the gallery so that i get the linking codes on the image page as well , right now they only appear on the after upload page (process.php) i would like to have them on the uploaded pages too ..ie. eg .... here on top of the page after the nav.php frame.. HTML: & BBC: codes same as which appear on the process.php page.
It's quite simple really. Without protecting against XSS issues, you can use something as simple as this: <input type="text" value="http://imagepundit.com/gallery.php?entry=<?=$_GET['entry']?>" onclick="this.select()" /> HTML: Adjust according the code you want to display.