Jump to content

using http functions in php


kapitanluffy

Recommended Posts

i have been searching for a solution for about a day already.

 

can anyone help me on how to use the http functions (if thats what it is called) in php?

 

http://www.php.net/manual/en/book.http.php

 

like for example. i need to use the http_get() function but it returns

Fatal error:  Call to undefined function..

 

in the manual it says that i need to put php_http.dll on the ext dir and enable it in php ini like this..

 

extension=php_http.dll

 

..which i already did

 

im working under..

windows xp sp3

php 5.3.1

 

thanks guys :)

Link to comment
Share on other sites

since you've placed the dll in the ext dir and enabled it in the ini.. what error have you been getting?

 

EDIT: I took a look @ the installation requirements, which states that they do not have a .dll for the extension, and PECL is down for windows XP+ unless you have visual basic 98 or visual studios 98, you need the compiler bundled with that.. then you'd also need to install pear and then go thru the command line to install the pecl extension..

 

In other words.. you're more than likely not gonna get this extension for windows :) Sorry man <3

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.