php's mkdir() on another server/domain?

Marc

New member
I have separate computers that balance the load; mail server, web server/mysql, pictures and video servers.

When people sign up I want the mail server to process the form and then create a new user directory on the mysql server. For example, the mail server is on 192.168.1.2 and the mysql server is on 192.168.1.3.

Would it do: mkdir ("//192.168.1.3/C/", 0700, true);


Thanks,
 
Back
Top