by leonard on Tue Jan 29, 2008 8:27 am
fsockopen opens a new port on your physical server. Meaning you would create an own server/service by using it. The data will therefore not go through your webserver (port 80/443) anymore.
This new port could also be blocked by many firewalls.
Depending on what you need, an alternative could be an xmlhttp-request.
See topic AJAX without Javascript for more info on xmlhttp-request:
ajax-without-javascript-vt8800.html
cheers!
- leonard
:%s/^M//
There are 10 kinds of people:
Those who understand binary and those who don't.