here in the attachment i have put the original link and php code by me please take a look and let me know what is wrong. I am not able to post that thing due to links in it so please just take a look.
PHP Code:
Hi this is the code of php which i am using
original
value="http://www.abc.com/page/123456"
code:
<?php
$url = $_GET['id'];
echo "value="http://www.abc.com/page/$url";
?>
But this is not working. Anything wrong here?



