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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:04:16+00:00 2026-05-27T13:04:16+00:00

I am trying to form the following CURL post request through PHP? How do

  • 0

I am trying to form the following CURL post request through PHP? How do i do it, all of what i tried came back as invalid post parameters.

This is what i am trying to POST through php (i have the API_KEY, api_sig.. but dont know how put below post query through in PHP):

curl -d
“api_key=KEY&sig=SIGNATURE&time_stamp=20&json=1” \
http://api.i.com/v1/update/

  • 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-27T13:04:16+00:00Added an answer on May 27, 2026 at 1:04 pm

    This should work

    $url = "http://api.iq.com/v1/update/";
    $data = "api_key=API_KEY&api_sig=SIGNATURE&time_stamp=20090612111832&json=1";
    
    $ch = curl_init($url);
    curl_setopt($ch, CURLOPT_POST ,1);
    curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); /* obey redirects */
    curl_setopt($ch, CURLOPT_HEADER, 0);  /* No HTTP headers */
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);  /* return the data */
    
    $result = curl_exec($ch);
    
    curl_close($ch);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to upload files via Pycurl through POST, using a PHP script on
When I am trying to execute following code to email the contact form details,
I'm trying to clean up form input using the following Perl transliteration: sub ValidateInput
I'm trying to send form fields and file to a web service using php
I am getting a FaultEvent when trying to send form fields through HTTPService that
Trying to prepopulate some of my form fields, and am using hook_form_alter(). I've tried
I'm trying to upload a picture to a specific website using php cURL but
I'm trying to parse a nested array structure of the following form: [element [[child1]
i have the following form <form action=ManageLink method=post> <input name=artistName type=text/> <input name=songName type=text/>
Assume a query of the following form operatingExpenses = Expense.find(:all, {:select=>categories.activityType, categories.name heading, sum(amount)

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.