Re: [PHP] php and asp

2003-01-09 Thread Khalid El-Kary
Maybe you mean that PHP can use COM on windows platforms and load .NET modules http://www.php.net/manual/en/ref.com.php (com) http://www.php.net/manual/en/ref.dotnet.php (.NET) Regards, Khalid Hello all I seem to recall php being able to provide some suport for asp. How would I turn this featu

Re: [PHP] php and asp

2003-01-09 Thread Clint Tredway
uary 06, 2003 7:34 PM Subject: [PHP] php and asp > Hello all I seem to recall php being able to provide some suport for > asp. How would I turn this feature on? is it a line in the php.ini or is > it a compile time option? > > -- > Jerry M. Howell II > > -- > PHP Gener

Re: [PHP] php and asp

2003-01-09 Thread Adam Voigt
No idea what your talking about, PHP can't parse ASP code and vice versa. On Mon, 2003-01-06 at 20:34, Jerry M. Howell II wrote: Hello all I seem to recall php being able to provide some suport for asp. How would I turn this feature on? is it a line in the php.ini or is

[PHP] php and asp

2003-01-09 Thread Jerry M. Howell II
Hello all I seem to recall php being able to provide some suport for asp. How would I turn this feature on? is it a line in the php.ini or is it a compile time option? -- Jerry M. Howell II -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php and asp

2001-05-11 Thread Luiz Vitor
2001 12:42 AM Subject: [PHP] php and asp > i've got a problem...i've written some stuff in PHP and now the person I > wrote it for is looking for an ASP version to play with as well... > > I've gotten most of it working in ASP now (eek. VBScript is downright >

Re: [PHP] php and asp

2001-05-11 Thread Luiz Vitor
ystemObject in order to get data from a text file, or get the file type, size, etc... []'s Luiz Vitor - Original Message - From: "todd kennedy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 12:42 AM Subject: [PHP] php and asp >

Re: [PHP] php and asp

2001-05-10 Thread Michael Kimsal
Generally, you'd have to use a COM object written specifically to deal with files. There are some ways to look at the raw data from an image and file and extract that info, but it's frankly beyond me at this time of night. :) If you have control over the server the ASP code is on, you might con

[PHP] php and asp

2001-05-10 Thread todd kennedy
i've got a problem...i've written some stuff in PHP and now the person I wrote it for is looking for an ASP version to play with as well... I've gotten most of it working in ASP now (eek. VBScript is downright archaic compared to php4), but I'm having problems finding an equivelent for one PHP f