I have a website that I am building with php/mysql and plan on putting on a Linux server. However, the website will have a sub-domain that will contain a classic ASP application, Can I create the sub-domain on a windows server and change the DNS setting on the Linux server to point to the windows server or will the domains conflict with each other?
If I have to put the entire site on a Windows server, does the PHP on your windows server allow the use of PDO for php/mysql data access?