Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default Getting page url - PHP

    Hey

    Iam working on a admin page log.

    Atm it logs like

    00.00.00.001 @ 20:23 - 28/09/05
    00.00.00.001 @ 20:24 - 28/09/05

    But how can I get the pages url?

    So it logs like this...

    00.00.00.001 @ 20:23 - 28/09/05 [admin.php]
    00.00.00.001 @ 20:23 - 28/09/05 [adminpage.php]

    You dont need to tell me how to do it I just need to no how to get the pages
    url to show on the site.

    Thanks

  2. #2
    Join Date
    Jul 2004
    Location
    Webby Forums!
    Posts
    1,879
    Tokens
    0

    Latest Awards:

    Default

    <?php echo $_SERVER['PHP_SELF']; ?>

    Try that


    Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
    [Thybag.co.uk - Vive la revolutione]

  3. #3
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Thanks mate Its working ;P

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •