|
Posted by David Haynes on 03/23/06 18:38
universalbitmapper wrote:
> Hi,
> I'm trying a simple form.html that call a .html script that begins
> with:
>
> <?php
> header("This is a test");
> ?>
>
> When I click on the link, I get blank page.
>
> I tried every combination of .html and .php as extensions, none works.
>
> I checked the >Tools>Config>advanced menus in IE6, I can't find where
> could be some filter to prevent the headers from displaying.
>
> *************************************************************
> I say without reservation, we ain't getting no hi-higher
> It's a girl Mrs Walker it's a girl
> *************************************************************
>
Two things:
1. 'a simple form.html that call a .html script'.
Shouldn't that be a .php script?
2. 'header("This is a test");'
Try echo "This is a test";
-david-
Navigation:
[Reply to this message]
|