While using the socket function i get the following error What does this mean
Fatal error: Call to undefined function: socket() Thanx in Advamce
It means either you didn't enable socket support when you compiled PHP (--enable-sockets) or your platform doesn't support the socket functions.