Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Echoing the url inside

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #32285
    mpoisel
    Member

    I’m new to php and I was wondering if it is possible to echo the url address of a page inside the following code?

    If anyone could help I would greatly appreciate it.

    Thanks in advance.

    #51701
    TT_Mark
    Member

    Check out the $_SERVER variable. There’s a number of different things it can help you output

    PHP $_SERVER

    #51540
    angus
    Participant
    
    echo $thisPage;
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.