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 7785553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T20:16:28+00:00 2026-06-01T20:16:28+00:00

Possible Duplicate: Execute a PHP file, and return the result as a string PHP

  • 0

Possible Duplicate:
Execute a PHP file, and return the result as a string
PHP capture print/require output in variable

I am trying to get the contents of an include to a string. Is that possible?

For example, if I have a test.php file:

echo 'a is equal to '.$a;

I need a function, say include_to_string to include the test.php and return what would be output by in in a string.

Something like:

$a = 4;
$string = include_to_string(test.php); // $string = "a is equal to 4"
  • 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-06-01T20:16:28+00:00Added an answer on June 1, 2026 at 8:16 pm
    ob_start();
    include 'test.php';
    $string = ob_get_clean();
    

    I think is what you want. See output buffering.

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

Sidebar

Related Questions

Possible Duplicate: Call Python From PHP And Get Return Code probably a very stupid
Possible Duplicate: PHP: running scheduled jobs (cron jobs) How to run a PHP file
Possible Duplicate: How do you get assembler output from C/C++ source in gcc? Hello
Possible Duplicate: Start local PHP script w/ local Python script How do you execute
Possible Duplicate: Best way to periodically execute a PHP script? I need to run
Possible Duplicate: How can I execute a block of code exactly once in PHP?
Possible Duplicate: Can't pass mysqli connection in session in php I'm trying to store
Possible Duplicate: Java code to execute a .sh file I write the code in
Possible Duplicate: php execute a background process how can I achieve a task that
Possible Duplicate: Make PHP execute and communicate with a Java application on a web

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.