Top "Fsockopen" questions

PHP function used to open (Internet or Unix domain) sockets connections.

Is there a way to check if a host is up?

I'm trying to do this in PHP. I need to check if a specified host is "up" I thought of …

php ping fsockopen
What is blocking fsockopen?

After struggling for half a day, I finally manage to get reCAPTCHA to work by converting this function: function _recaptcha_…

php curl fsockopen
fsockopen() not working on a specific web host?

One of our customers said they have a very simple script which uses fsockopen() to determine whether a server is …

php apache cpanel fsockopen connection-timeout
Wordpress autologin using CURL or fsockopen in PHP

Client wants to click a link and auto login to Wordpress backend admin section. I tried using fsockopen, code below. …

php curl fsockopen
I need to go through a proxy, (from a running fsockopen code that gets the size from a remote video file)

I've a PHP running code that ask the file size of a remote mp4 file, thanks to a fsockopen function …

php proxy fsockopen