okay so i have my url which is
http://www.xxxxxxxx.x10hosting.com/beta/?url=http://www.facebook.com/home.php#/profile.php?id=xxxxxxxxxxxxxx&ref=nf#/profile.php?id=xxxxxxxxxxxxxx&ref=nf
here is the code for the php page
<?php
$url_data = $_GET['url'];
echo $url_data;
?>...