Want to get linking codes on page on image hosting site

Discussion in 'PHP' started by procrastinator, Mar 20, 2007.

  1. #1
    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.
     
    procrastinator, Mar 20, 2007 IP
  2. Greg-J

    Greg-J I humbly return to you.

    Messages:
    1,844
    Likes Received:
    153
    Best Answers:
    0
    Trophy Points:
    135
    #2
    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.
     
    Greg-J, Mar 20, 2007 IP