Hi

just use a frameset with php pages in

<FRAMESET ROWS="210,*" FRAMESPACING="0" FRAMEBORDER="0" border="0">
   <FRAME SRC="top.php3" NORESIZE="NORESIZE" NAME="top" scrolling="no">
<FRAMESET COLS="130,*" FRAMESPACING="0" FRAMEBORDER="0" BORDER="0">
   <FRAME SRC="left.php3" NORESIZE="NORESIZE" NAME="s_main" >
   <FRAME SRC="main.php3"  NORESIZE="NORESIZE" NAME="order">
</FRAMESET>
<NOFRAMES>

if I  understood what you were trying to achieve :)

hth

Peter


-----------------------------------------------
Excellence in internet and open source software
-----------------------------------------------
Sunmaia
www.sunmaia.net
[EMAIL PROTECTED]
tel. 0121-242-1473
-----------------------------------------------

> -----Original Message-----
> From: César L. Aracena [mailto:[EMAIL PROTECTED]]
> Sent: 25 May 2002 17:34
> To: PHP DB List
> Subject: [PHP-DB] Fames Included?
>
>
> Hi all,
>
> I have a problem in a site I am developing, which is generated by
> the use of too many tables inside tables. I can avoid using that
> many tables by using frames instead and I would like to make
> every page of the site, using the following schema:
>
> include("framed_header.php");
> include("framed_left_menu.php");
> //main body of every page;
> include("framed_footer.php");
>
> Is it posible to make a site or page by including framed-pages within PHP?
>
> Thanx a lot.
>
> Cesar Aracena
> [EMAIL PROTECTED]
> Neuquen, Argentina
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to