socket_open ( hostname[], port, protocol, &error )
Can u write me an example, how to connect, if my php file is here:
www.somesite.com/myfile.php
Which arguments will be in this functon if I want to use socket with this php file?
Sry for bad english :/
EDIT: this site and php file doesn't exists, i want code for connecting socket with this file, based on this example...