On Tue, 2003-06-03 at 13:20, David Nicholson wrote:
> Hello,
>
> This is a reply to an e-mail that you wrote on Tue, 3 Jun 2003 at 20:04,
> lines prefixed by '>' were originally written by you.
> > I've tried and here's the output:
> > Undefined index: input
> > if ($HTTP_GET_VARS['printout'] != "
Hello,
This is a reply to an e-mail that you wrote on Tue, 3 Jun 2003 at 20:04,
lines prefixed by '>' were originally written by you.
> I've tried and here's the output:
> Undefined index: input
> if ($HTTP_GET_VARS['printout'] != "yeah") { include("header.php"); }
You have error reporting set to
VARS['printout']!="yeah")
{include("header.php");}
>
> does that work?
>
> -Original Message-
> From: Øystein Håland [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 03, 2003 1:17 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] OK guys, th
On Tue, 3 Jun 2003 19:16:30 +0200, +ystein Hland wrote:
>Now my code is
>
>extract ($_GET);
>if ($_GET['printout'] != "yeah") { include("header.php"); }
>
>but I still get the following error:
>
>Undefined index: printout
>
>I understand nothing
Ok, it looks like you are mixing your metaphors...
can you try if ($HTTP_GET_VARS['printout']!="yeah") {include("header.php");}
does that work?
-Original Message-
From: Øystein Håland [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 03, 2003 1:17 PM
To: [EMAIL PROTECTED]
Subject: [PHP] OK guys, thank you so
Now my code is
extract ($_GET);
if ($_GET['printout'] != "yeah") { include("header.php"); }
but I still get the following error:
Undefined index: printout
I understand nothing
"Jonathan Wilkes" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
Hi,
What he means is that with "regi
6 matches
Mail list logo