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,
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,