Search results

  1. W

    PHP Variable in URL

    i have corrected it using another method, but thanks for your feedback anyway :biggthump
  2. W

    PHP Variable in URL

    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; ?>...
Top