|
Is the Linux Cluster Hosting behind a proxy server?
Is CURL etc. required to establish connection to external servers?
To be very explicit, will the following PHP command work without the use of CURL etc.?
$connect = fsockopen ("relay.verizon.net", 25);
Thanks
|