if ($name eq "")
{
include my.html.
}
- Original Message -
From: "Octavian Rasnita" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Werner Otto" <[EMAIL PROTECTED]>
Sent: Monday, May 17, 2004 3:38 PM
Subject: Re: Displaying another
On Mon, 17 May 2004 10:13:04 +0100, Werner Otto <[EMAIL PROTECTED]> wrote:
Hi there,
I have the following situation where I need to call a html page
depending on.
if($name eq "")
{
call/display my html page.
}
Can anyone help me out with the syntax for that one line please.
You can do it in
Octavian Rasnita wrote:
I have the following situation where I need to call a html page depending
on.
if($name eq "")
{
call/display my html page.
}
>
> You can do something like this:
>
> print "Location: http://www.site.com/file.html\n\n";;
>
> Teddy
I don't think that would work by itself. Yo
Hi,
You can do something like this:
print "Location: http://www.site.com/file.html\n\n";;
Teddy
- Original Message -
From: "Werner Otto" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 17, 2004 12:13 PM
Subject: Displaying another p
Hi there,
I have the following situation where I need to call a html page depending
on.
if($name eq "")
{
call/display my html page.
}
Can anyone help me out with the syntax for that one line please.
--
Kind Regards,
Werner Otto
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma