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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T07:34:47+00:00 2026-06-14T07:34:47+00:00

Say we have page 1: <?php $text=$_POST[‘text’]; echo ‘You wrote ‘ . $text .

  • 0

Say we have page 1:

<?php
$text=$_POST['text'];
echo 'You wrote "' . $text . '".';
?>

and page 2, which takes the user input, POSTs it to Page1, and gets the page (You wrote (input).). I’m not really sure about how to do this: googling (or better, stackoverflowing) a while, I found this question, which explains how to POST a variable to another page, but not how to get the code of the page. So, how to do both?

EDIT: An example of the actual situation.
The user inputs the number 245. I get the number, pass it to this external page, get the page, retrieve the result (5*7*7) and show it.
In italics you see the part I need.

  • 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-14T07:34:48+00:00Added an answer on June 14, 2026 at 7:34 am

    Working example with cURL:

    $function="sin(x)";
    $var="x";
    $url='http://www.numberempire.com/integralcalculator.php';
    echo '<base href="' . $url . '">'; // Fixes broken relative links
    $Curl_Session = curl_init($url);
    curl_setopt ($Curl_Session, CURLOPT_POST, 1);
    curl_setopt ($Curl_Session, CURLOPT_POSTFIELDS, "function=$function&var=$var");
    curl_setopt ($Curl_Session, CURLOPT_FOLLOWLOCATION, 0);
    $content=curl_exec($Curl_Session);
    curl_close ($Curl_Session);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Say I have info.php page with user info (id, name, age, etc). On this
I have a page page1.php (lets say) and there are some text area boxes
lets say i have two pages links.html & contents.php ... first page contains only
Lets say i have an external html page and I want to append text
Let's say I have an HTML page with a text field that ask the
Suppose I have two url for the same file, say http://site.com/fr/page.php and http://site.com/en/page.php .
I have standard text links which all say Full View. When clicked these links
Lets say I have some code: <?php echo Hello Everybody!; echo <br/> ; $var1
let say i have a page , and i want to allow 3rd party
Ok, say I have a page with the url: URL.com/checkout/completed , how can I

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.