Results 1 to 4 of 4

Thread: How to display a URL of a page in PHP?

  1. #1
    Join Date
    Apr 2008
    Posts
    51

    How to display a URL of a page in PHP?

    Hi,

    How to display a URL of a page in PHP?
    In simple I want to do is to show a page instead of URL
    In short I want to display
    www.myweb.com/page1.php

    to

    [www.myweb.com/page1.php]
    Please help me do this.

  2. #2
    Join Date
    May 2008
    Posts
    1,149

    Re: How to display a URL of a page in PHP?

    I dont understand what you exactly want to do?
    where you want to display the URL in?
    In a status bar or in web page?
    You can echo it if you set a target url as variable.

  3. #3
    Join Date
    May 2008
    Posts
    38

    Re: How to display a URL of a page in PHP?

    Try this:

    Code:
    echo $_SERVER['SCRIPT_URI'];
    Hope this is what you want to do.

  4. #4
    Join Date
    Apr 2008
    Posts
    240

    Re: How to display a URL of a page in PHP?

    How do you make your server recognize that new form of url and serve the proper content in response?
    How to change dynamic to static URLs

    IS this what you are asking for?

Similar Threads

  1. How to display a php page for test
    By KAMANA in forum Software Development
    Replies: 4
    Last Post: 30-10-2009, 06:48 PM
  2. How to display hidden Div anywhere on the page
    By TechPredator in forum Software Development
    Replies: 3
    Last Post: 27-07-2009, 02:24 PM
  3. IE 7 cannot display the web page
    By JoClarke in forum Technology & Internet
    Replies: 2
    Last Post: 22-01-2009, 11:17 AM
  4. How to display image in PHP Page
    By Aaquib in forum Software Development
    Replies: 2
    Last Post: 21-01-2009, 07:08 PM
  5. IE7 cannot display the web page
    By Paul in forum Windows XP Support
    Replies: 2
    Last Post: 28-01-2008, 07:17 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,565,221.48201 seconds with 17 queries