Jump to content

Would Using <?php $_SERVER['REQUEST_URI']?> be wise?


Recommended Posts

Hi, we have a main server that holds our actual website and then a test server that we can test different things on.  The domain for the real server and the test server are different. So I thought about using <?php $_SERVER['REQUEST_URI']?> for to replace all the full paths.

 

For example, instead of having: 

<a href="http://www.mydomain.com/article/item1.php/">Item 1</a>

.  I could just put

<a href="<?php $_SERVER['REQUEST_URI']?>/article/item1.php/">Item 1</a>

.  Which would bring back the same thing.  Would this be wise?

 

Is there anything I need to know before I do this?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/54442-would-using-be-wise/
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.