[PHP] Port 443

2005-09-01 Thread aaronjw
Hey, Using an API for an Ecomemrce app. Wondering how I can ensure I have access to port 443 and that it's open? Thanks! A -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Port 443

2005-09-01 Thread Philip Hallstrom
Using an API for an Ecomemrce app. Wondering how I can ensure I have access to port 443 and that it's open? use fsockopen() to open a socket connection to the host on port 443. You should at least connect... if it fails to connect, it's not open... -philip -- PHP General Mailing List