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
The only thing PHP can do that's related to asp, is use the <% like asp
does. This is not recommended though..
Clint
- Original Message -
From: "Jerry M. Howell II" <[EMAIL PROTECTED]>
To: "PHP Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, January 06, 2003 7:34 PM
Subject: [PHP] php and
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
I forgot to tell you... you don't need to install any component in your
server. The FileSystemObject already comes with IIS 5.0.
[]'s
Luiz Vitor
- Original Message -
From: "todd kennedy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 11, 2001 12:42 AM
Subject: [PHP] php an
You can use this code:
set fso = Server.CreateObject("Scripting.FileSystemObject")
set fs = fso.GetFolder("Server.MapPath("/images"))
for each file in fs.Files
Response.write file.name & ""
Response.write file.size
next
You'll have to use the FileSystemObject in order to get data from a text
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
6 matches
Mail list logo