Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6319417
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T15:48:13+00:00 2026-05-24T15:48:13+00:00

This seems like a simple and common task, but we cannot get it to

  • 0

This seems like a simple and common task, but we cannot get it to work:

We’ve got two of us working on a project and both have our machines setup as local servers, with a production environment eventually.

In the head of all of our project we’ve got PHP Like the following:

$feed = "/lib/php/backend/gateway.php?action=history";
$json = file_get_contents($feed, true);

Only way to get it to work is to set it as a full URL like http://dev01.domain.com/lib/php/backend/gateway.php?action=history or by setting it up as localhost like this:

$feed = "http://localhost/lib/php/backend/gateway.php?action=history";
$json = file_get_contents($feed, true);

The latter obviously works on our local boxes and presumably would work in production as well, but is there a way to use relative paths to be a bit cleaner?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T15:48:14+00:00Added an answer on May 24, 2026 at 3:48 pm
    $feed = 'http://' . $_SERVER['HTTP_HOST'] . '/lib/php/backend/gateway.php?action=history';
    

    When you tried this —

    $feed = "/lib/php/backend/gateway.php?action=history";
    $json = file_get_contents($feed, true);
    

    Realize that you are asking PHP to open a file at that path on your computer. Files do not have query strings, and the result would be the PHP code in that file, not the result of executing it.

    When you ask for http://localhost/...., you’re asking PHP to open a URL, making an HTTP request to a web server which executes the code and returns the output of that code.

    Very different.

    In reality though, why don’t you incorporate the code in gateway.php into your current file? There’s no reason to make an HTTP request to execute code on your own server.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This seems like the most common relationship but for some reason I cannot get
This seems like it would be pretty common task, but I'm not having any
This seems like a very simple and a very common problem. The simplest example
This seems like a simple question, but I can't find it with the Stack
This seems like a simple question, but it is difficult to search for. I
This seems like it should be really simple, but I'm unable to figure this
This seems like it would be fairly simple, but I've been unable to find
Seems like this should be simple, but powershell is winning another battle with me.
This feels like it should be pretty simple, but not much seems to be
This seems like a simple question to ask but, is it generally a good

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.