On Sunday 20 May 2001 19:39, Jaime Torres wrote:
> I've been blocked by this tiny problem...
>
> I have a main.php file:
>
> $frames = true;
> $open = "http://myserver.com/info.html";;
> if ($frames)
> {
> include ("frameset.php");
> }
> ?>
>
> The frameset.php looks like (omitting almost al
Asunto: Re: [PHP] include() in a file incuded()
Replace with >
Variable $open is passed to the included file automatically.
> Hi!
>
> I've been blocked by this tiny problem...
>
> I have a main.php file:
>
> $frames = true;
> $open = "http://my
Replace with >
Variable $open is passed to the included file automatically.
> Hi!
>
> I've been blocked by this tiny problem...
>
> I have a main.php file:
>
> $frames = true;
> $open = "http://myserver.com/info.html";;
> if ($frames)
> {
> include ("frameset.php");
> }
> ?>
>
> The fram
Hi!
I've been blocked by this tiny problem...
I have a main.php file:
http://myserver.com/info.html";;
if ($frames)
{
include ("frameset.php");
}
?>
The frameset.php looks like (omitting almost all the HTML):
In the onlineview.php file I need to use the $open URL defined befor
4 matches
Mail list logo