i want to know if it is possible to create a folder on a different server than what the php script resides? of course provided the necessary authentication exists.
if so...then how would you code this?
e.g.
mkdir ("/path/to/my/dir/on/other/server", 0777);