[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SSI with PHP pages
- Subject: Re: [cobalt-users] SSI with PHP pages
- From: "Andy Jacobs" <andy@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun Jul 1 19:41:31 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Thanks Carrie,
So if I was going to use this on an HTML page:
<!--#exec cgi="/pathto/banner.cgi?cat=Community" -->
Would I use:
include "/pathto/banner.cgi?cat=Community";
instead?
Thanks,
Andy
----- Original Message -----
From: Carrie Bartkowiak <ravencarrie@xxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Monday, July 02, 2001 10:48 AM
Subject: Re: [cobalt-users] SSI with PHP pages
> > If so, is there any way that I can set it up to use SSI on .php
> page?
>
> Andy,
> PHP has a handy 'include' feature that works just like SSI.
> Where you want your included file to appear, just put:
> include "filename.here";
>
> You can also do this like a virtual include:
> include "/includes/header.shtml";
>
> CarrieB
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>