Hi there,
Rather new to php, spare me.
Well, i hava a client for a socket server (moock's commserver) developed in Flash. On the other hand, i have a simple php upload script, i need to have the php script send a message to the socket server in order for it to be broadcasted to the flash clients, whenever a file is uploaded. The message should be the name of the uploaded file. I have tried fsockopen (); y pfsockopen(); in order to connect to the server, and it connects indeed. Now, the first problem is that it seems to ignore de permanent nature of pfsockopen();.
Also, i dunno how to send a message to the server, if i do use fputs(); it seems like the socket servers doesnt notice anything.