Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 4 of 4

This is a discussion on Please help me.. Anyone had a value of $SERVER['PATH_INFO'] in here vps hosting ? in the VPS & Dedicated forum
Hi, I am setting vps for the first time... Now, I'm being frustrated with $SERVER['path_info'] in setting... Please help me how to get value of ...

  1. #1
    JPC Member
    Join Date
    Aug 2007
    Posts
    5

    Please help me.. Anyone had a value of $SERVER['PATH_INFO'] in here vps hosting ?

    Hi,

    I am setting vps for the first time...

    Now, I'm being frustrated with $SERVER['path_info'] in setting...

    Please help me how to get value of $SERVER['path_info']; ..

    I'm getting no value...

    Ex)

    url Address => http://xx.xx.xx.xx/play.php/2007/5/23

    play.php file code => ECHO $SERVER['PATH_INFO'];

    Expected output => /2007/5/23

    My current output => no value
    ---------

  2. #2
    JPC Addict
    Join Date
    Nov 2005
    Posts
    132
    Try

    ECHO $_SERVER['PATH_INFO'];

  3. #3
    JPC Member
    Join Date
    Aug 2007
    Posts
    5

    Please help me.. Anyone had a value of $_SERVER['PATH_INFO'] in here vps hosting ?

    Hi,

    I am setting vps for the first time...

    Now, I'm being frustrated with $_SERVER['path_info'] in setting...

    Please help me how to get value of $_SERVER['path_info']; ..

    I'm getting no value...

    Ex)

    url Address => http://xx.xx.xx.xx/play.php/2007/5/23

    play.php file code => ECHO $_SERVER['PATH_INFO'];

    Expected output => /2007/5/23

    My current output => no value

  4. #4
    Old Hillbilly Connie's Avatar
    Join Date
    Sep 2001
    Location
    Hills of Missouri
    Posts
    2,648
    Any one who has advice please see this thread.

    Please help me how to get value of $_SERVER['path_info']; ..

    Forum Moderators - Jag Staff

    Spam Whackers Blog - Dedicated to fighting Spam and providing General SEO Tips
    Organize your Kitchen or purchase Kitchen Accessories at Condells
    Ihelpyou Forum - Dedicated to "Best Practices" SEO

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
  •