call Image in php file

Discussion in 'PHP' started by hsbkondotty, Apr 14, 2011.

  1. #1
    How to create like this ?
    http://www.v4orkut.com/wall.php?img=http://www.v4orkut.com/greetings-sms-messages/world-cup-2011-scraps/9.gif

    My Question..

    How can i create a link like above ? instead the given URL replace with my domain.,.
    Can any one helps ? i am a beginner in php.
    I hope you may clear y question.
     
    hsbkondotty, Apr 14, 2011 IP
  2. TechListen

    TechListen Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In the link, Where do you want your domain?
     
    TechListen, Apr 14, 2011 IP
  3. codeartist

    codeartist Peon

    Messages:
    96
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    codeartist, Apr 15, 2011 IP
  4. hsbkondotty

    hsbkondotty Peon

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    For Example , my domain is example.com and i need to provide some image codes like www . example . com/wall.php?img=www.example.com/images/pic.jpg .

    I think this type of images are generated with the help of PHP, right ?
     
    hsbkondotty, Apr 16, 2011 IP
  5. mjx

    mjx Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi!

    Don't exactly know if we mean the same but i think you need the following code:

    <img src="<?php echo $_GET['img']; ?>">

    Put this code into your "wall.php" and open it like this "www.example.com/wall.php?img=YOURIMAGEURL"

    Best regards!
     
    mjx, Apr 17, 2011 IP
  6. hsbkondotty

    hsbkondotty Peon

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks , this is i am looking For,
    But one more thing,... So now onwards , does i need to add all my image in this wall.php to get this type of link ??
    Is that given site [v4orkut . com ] do the same ?
     
    hsbkondotty, Apr 17, 2011 IP
  7. mjx

    mjx Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    As I can see v4orkut is doing the same!
     
    mjx, Apr 17, 2011 IP