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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:35:39+00:00 2026-06-17T23:35:39+00:00

I have 2 php page. I want to redirect page 1 (contains a data

  • 0

I have 2 php page. I want to redirect page 1 (contains a data (ex. username)) to page 2 that only receive post data.

Here is received code in page 2 (not editable due to development):

if (!$_POST["username"]||$_POST["username"]=="Studio") $username="Studio".rand(100,999);
else $username=$_POST["username"]; 

I tried to use curl for my case, and not get the data I needed.

Here’e my code in page 1:

$src = "http://test.com/test.php"
//open connection
$ch = curl_init();

//set the url, number of POST vars, POST data
curl_setopt($ch,CURLOPT_URL,$src);
curl_setopt($ch,CURLOPT_POST,1);
curl_setopt($ch,CURLOPT_POSTFIELDS,"username=".$title);

//execute post
$result = curl_exec($ch);

//close connection
curl_close($ch);

$this->_redirectUrl($src);
  • 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-17T23:35:41+00:00Added an answer on June 17, 2026 at 11:35 pm

    Have you tried using CURL with POST ?

    $ch = curl_init();
    
    curl_setopt($ch,CURLOPT_URL, $url); //set URL
    curl_setopt($ch,CURLOPT_POST, 1); // make a POST request
    curl_setopt($ch,CURLOPT_POSTFIELDS, $post_vars);
    
    //execute post
    $result = curl_exec($ch);
    
    //close connection
    curl_close($ch);
    

    $post_vars can be something like 'lastname=smith&firstname=bill'

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

Sidebar

Related Questions

I have a PHP page and I want to share some data between pages
i have a variable $cartTotal in cart.php page i want to use that same
I am working with php and want to have a page that has a
Basically I have a single page on my site that I want any php
I have scraped following page my problem is that I want to redirect my
I want to redirect my browser to a PHP page such that when the
I have a PHP page where i want to open a file on a
I have my index.php page and just afrer my header i want to include
I have a PHP page that loads external content using other PHP files. I'm
i have a php page that redirects (if successful) to another php page like

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.