[PHP] Executing files?

2002-01-24 Thread Mårten Andersson

Hello.

I want to execute a .waw-file with PHP, I's there any way to do this? I'm 
almost sure I've read how to do this somewhere in the documentation i 
PHP.net, but I can't find it now..

Does anyone know how to do this?



--
Mårten Andersson
Loddbygatan 2
60218 Norrköping

URL: http://www.vanvett.net/marten
email: [EMAIL PROTECTED]
ICQ: 86515830


_
Chatta med vänner online, prova MSN Messenger: http://messenger.msn.se


-- 
PHP General 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]




Re: [PHP] Executing files?

2002-01-24 Thread Dennis Moore

All you need to do is the edit the php application type in your httpd.conf
file if you want to apply globally or insert a .htaccess file in the
directory you want to apply the change.

AddType application/x-httpd-php .php .waw-file

/dkm





- Original Message -
From: Mårten Andersson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 24, 2002 2:19 PM
Subject: [PHP] Executing files?


 Hello.

 I want to execute a .waw-file with PHP, I's there any way to do this? I'm
 almost sure I've read how to do this somewhere in the documentation i
 PHP.net, but I can't find it now..

 Does anyone know how to do this?



 --
 Mårten Andersson
 Loddbygatan 2
 60218 Norrköping

 URL: http://www.vanvett.net/marten
 email: [EMAIL PROTECTED]
 ICQ: 86515830


 _
 Chatta med vänner online, prova MSN Messenger: http://messenger.msn.se


 --
 PHP General 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]



-- 
PHP General 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]