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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T11:11:56+00:00 2026-05-18T11:11:56+00:00

How would I programatically submit a form using PHP (I assume using curl?) and

  • 0

How would I programatically submit a form using PHP (I assume using curl?) and get the file markup of the resulting page?

  • 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-18T11:11:56+00:00Added an answer on May 18, 2026 at 11:11 am

    See here for related detail on this:

    http://www.html-form-guide.com/php-form/php-form-submit.html

    e.g:

    <?php
       $url = 'http://localhost/curl/1.php';
       $params = "keyword=123&zxczxc=333"; //you must know what you want to post
       $user_agent = "Mozilla/5.0 (compatible; MSIE 5.01; Windows NT 5.0)";
       $ch = curl_init();
       curl_setopt($ch, CURLOPT_POST,1);
       curl_setopt($ch, CURLOPT_POSTFIELDS,$params);
       curl_setopt($ch, CURLOPT_URL,$url);
       curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
       curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
    
       $result=curl_exec ($ch);
       curl_close ($ch);
    
       echo "Results: <br>".$result;
    ?>
    

    1.php content:

    <?
    print_r($_POST);
    ?>
    

    Related Questions on SO:

    https://stackoverflow.com/search?q=php+form+curl

    Posting a textarea form with cURL

    Using PHP & curl to post an html form that includes a file

    php cURL , fill a remote form

    Other articles:

    http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html

    http://davidwalsh.name/execute-http-post-php-curl

    http://curl.haxx.se/mail/curlphp-2004-04/0013.html

    http://phpsense.com/php/submitting-forms-using-php-curl.html

    http://www.maheshchari.com/submit-a-form-to-remote-server-with-php-curl/

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

Sidebar

Related Questions

I am creating a diagnostic page for ASP.NET and would like to programatically detect
What would be the easiest way of using commands in the code to programatically
We would like to check out and check in programatically using TFS 2010 or
Possible Duplicate: Set Locale programatically I would like to create an english/spanish option choice
Any help would be appreciated. I am looking for a way to programatically notified
I'm trying to populate a ComboBox programatically. I am creating ComboBoxItems and would like
I'm looking for indicators that I can programatically check that would hint at an
I have thousands of unique item detail pages that I would like to get
I would like to a) programatically and b) remotely find out the last date/time
I would need to create MySQL user programatically with the privileges only for specific

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.