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.
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 ?
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!
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 ?