Jump to content

PLZ HELP ! fsockopen is not working


joking

Recommended Posts

Hi,
I am having trouble connecting through fsockopen()

here is the function:
-------------------
$socket = fsockopen('http://www.proactive.info', 80, &$errno, &$errstr, 30)

$errno is returning 0

Is there anythg i should to make it work ?

Plz help
Link to comment
Share on other sites

Yes i did. but still i didnt find anythg interresting regarding how to connect to an HTTPS link.

Maybe the situation will be clearer if i explain my situation.

I am trying to POST XML via HTTP

for example i wanna post <request name=joe></request> to this link https://process.csc24seven.com/gateway/api.aspx

Thank u 4 ur help
Link to comment
Share on other sites

I did try this be4 but also it didnt work.

$errno is returning 0 and $socket is returning FALSE

This indicates that the error occurred before the connect() call. This is most likely due to a problem initializing the socket.
<---- this is from php.net
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.