> I've got PHP set up to the point where it will process files ending in
> .php, but I want to "blanket" the processing of PHP code under IIS in
> the same manner in which I blanket PHP code with Apache.
>
> If anyone has any suggestions, other than reading PHP's manual which
> I've read several t
> This may be a daft question but I keep getting notices on undefined indexes
>
> Is there a way to define them prior to use similar to..
>
> $global $myvariable;
>
> Can you show me examples of how to do this with cookies/arrays?
$array = array( );
and with a class you can use
class Test {
On 7/13/05, Grosz, Steve (IPG IT) <[EMAIL PROTECTED]> wrote:
> I tried that, renamed a txt file to .php, but when I try to get the .php
> file, I just get a 404 error.
Grosz, this might very well be your webserver invoking. By default,
IIS 6.0 all webserver extensions (like PHP). To check if your
3 matches
Mail list logo