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

  • Home
  • SEARCH
  • 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 6754485
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:17:10+00:00 2026-05-26T13:17:10+00:00

I currently have a script (phpSysInfo) that checks my server information. They have provided

  • 0

I currently have a script (phpSysInfo) that checks my server information. They have provided a file called xml.php – when I load this file in the URL, the content of an .xml file is generated.

My question is, how can I get data from this file/URL with PHP?

I have tried using simpleXML, but it doesn’t seems to can open a .php file. Therefore I am stuck.

  • 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-26T13:17:11+00:00Added an answer on May 26, 2026 at 1:17 pm

    You’d need to execute the PHP file. Doing file_get_contents('xml.php') will simply read the raw PHP code.

    Something like:

    ob_start();
    include('xml.php');
    $data = ob_get_clean();
    
    $xml = new SimpleXML($data);
    

    would do the trick. The include() will execute the PHP script. And the ob_* functions will capture its output for you, returning it into the $data variable.

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

Sidebar

Related Questions

Currently I have a perl script that runs forever on my server, checking a
I currently have a script that scrapes proxies off websites, but I'm just wondering
I have a SQL script that inserts data (via INSERT statements currently numbering in
I have a batch script that calls a process and currently it waits for
I currently have a script being executed by a program that comes with its
I currently have a PHP script I use to upload image files but I'm
Hello I currently have this PHP Script <?php if($purchase_dates != FALSE){?> <?php foreach($purchase_dates as
Need your help with my PHP/MYSQL array. I have a php script that selects
I currently have script that slides down a once the page has loaded. So
I currently have a PowerShell script that is used for complex automated Exchange mailbox

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.