You need to edit the mod_php4.conf and edit the following section
ForceType application/x-httpd-php
this will allow PHP scripts to be parsed in phps, html and htm
hope this helps
-Original Message-
From: Anders Pettersson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, Mar
isnt it something like
use explode("\t", $whatever) to put all the tab delimited fields in an
array called $whatever.
-Original Message-
From: Tom Mathews [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 02, 2001 10:28 AM
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Tab Seperated Da
Hi,
Im having a Problem running an application from a PHP page using the
Exec() function (as well as all the other program execution fuctions) on a
Windows NT Server running Apache.
The code I attempt to run is : $ReturnVal = exec("Application.exe");
It returns with Unable to F