Pablo, I am not running ASP (or MSSQL) but I do run Lasso (a cgi type application like ASP) and Filemaker as the db alongside PHP 4.0.6 on IIS4 (NT4). As long as the page called has the appropriate extension (.php or .lasso) there's no conflict. Obviously you will not be able to mix your code in the same page as the server would not know which process to push it through.
So avoid using html extensions and be specific about what is goind to parse your page and it should work. Use forms or cookies to pass values from one method to the other. George ----- Original Message ----- From: "Pablo Marugán" <[EMAIL PROTECTED]> To: "PHP Windows List" <[EMAIL PROTECTED]> Sent: Wednesday, November 21, 2001 10:06 AM Subject: [PHP-WIN] PHP & ASP mix. Any problem? > I have the next question for you people. > > I'm preparing a WEB application that will make use of PHP & Microsoft SQL > Server 2000 running over a W2K Server with IIS 5.0 and ASP active. So, here > are the questions: > a.. Should there be any problem on running asp & php on the same server > (the question may sound a bit lammah, but with Microsoft you never know ;)? > b.. To connect the database, does the mssql libraries support SQL Server > 2000 (Enterprise Edit.)? (In other case I guess I should use the odbc ones). > Thank you all for the hand ;) > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]