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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T00:56:14+00:00 2026-06-02T00:56:14+00:00

I need a bit of help porting a function over from the drupal code.

  • 0

I need a bit of help porting a function over from the drupal code.

I have found out that drupal_http_request is basically file_get_contents, but when i change it, i seem to be getting errors,

The original drupal code is as follows:

$response = drupal_http_request($url, array('Content-Type' => 'text/xml'), 'POST', $post_data);

Basically all im doing is replacing it so it looks like so

$response = file_get_contents($url, array('Content-Type' => 'text/xml'), 'POST', $post_data);

When i run this though … i get the following error message

file_get_contents() expects parameter 2 to be boolean

Im wondering if anyone can help me port it over.

Thanks

  • 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-02T00:56:16+00:00Added an answer on June 2, 2026 at 12:56 am

    file_get_contents does not take array as second argument see http://php.net/manual/en/function.file-get-contents.php for detail examples

    $opts = array (
            'http' => array (
                    'method' => "POST",
                    'header' => 'Content-Type: text/xml\r\n',
                    'content' => $post_data 
            ) 
    );
    $context = stream_context_create ( $opts );
    $data = file_get_contents ( $url, false, $context );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need some help understanding this bit of code pre { white-space: pre; white-space:
i need a little bit of help with some jquery thing that i'm sure
I need little bit help related to android tabhost. I have 3 tabs and
Need a bit of help with a form. I have created a form which
I need a bit of help separating id's that are separated by a comma
Hi there I need a bit of help. Here is the existing preg_match code:
i need a bit of help with some maths. I have a range 0
I need a bit of help. I have (reference?) table with columns: id ,
I need a bit of help getting the values from these HTML elements with
need a bit of help. I have an XML with a list of cities

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.