Hello,
I have two webservers having two different IP adresses and location. I have only one domain name (e.g. mydomain.com) and is redirected to either webservers.
I'm not sure what will happen to the php page if it start processing. The page is only used for user input validations and forwarding mails after success.
The scenario is this, if a user logs to mydomain.com the DNS forward to either available webserver, lets say WEBSERVER 1 . After serving the page to the user, the user enters to another page, again the DNS forward to either available webserver, lets say WEBSERVER 2 .
What if the page has webserver scripts-PHP? Let say Data Entry Form (action = POST). Will there be any conflicts once the user clicks on the submit button? What are these? :rolleyes:
Please advice....
🙂 jcyph 🙂
P.S.
I'm not allowed to
1. Changing the URL to the actual IP add
2. Using of frames