Jump to content

Using a $String in an Include URL line


grazzman

Recommended Posts

Ok, I need to get the following to work.

1  <?php
2  $server = $_GET['server'];
3  include "http://www.serverstats.com/monitor.php?mon=" + $server ;
4  ?>

I know that line 2 is working and pulling 'server' from the URL but I can not get it to append it to the end of the URL on line 3. It just tries to find the value of $server as a local file and ignored the "http://" address in line 3. If any one can help merge this so it will include the URL + $server I would be forever greatful.

Thanks
Link to comment
https://forums.phpfreaks.com/topic/29756-using-a-string-in-an-include-url-line/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.