Is there any code floatin around that will allow me to use fsockopen to open a connection to my server and easily create a folder, aswell as setting the correct permissions for it?
any ideas as to how to resolve my problem
Why use sockets ? Why not just write a script that uses mkdir() ?