Re: [PHP-WIN] Can php execute separte .net file

2007-08-07 Thread Thomas Hearn
Tony, Not sure really what you're asking here, but if you're asking can a .NET language execute PHP inline or vice versa, then the answer is somewhat. Check out http://www.php-compiler.net/doku.php The reason I say somewhat is because this is a MSIL extension of PHP. It cannot generally

RE: [PHP-WIN] Can php execute separte .net file

2007-08-07 Thread Bill Bolte
That would depend. If you're running on IIS with ASP.Net enabled, then you could run both scripts in your environment. Apache - no. PHP can't include a .net script either. -Original Message- From: Tony Trapp [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 8:58 PM To: php-windows@

RE: [PHP-WIN] Can php execute separte .net file

2007-08-06 Thread Gustav Wiberg
Hi! My question is: What are trying to achieve? Why do you want a PHP-interpreter do execute asp.net - files? Best regards /Gustav Wiberg -Original Message- From: Tony Trapp [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 3:58 AM To: php-windows@lists.php.net Subject: [PHP-W