Home > Archive > PHP SQL > January 2005 > header doesn't hold in php
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
header doesn't hold in php
|
|
|
|
| Andy Hassall 2005-01-18, 8:59 pm |
| On Wed, 19 Jan 2005 00:17:42 GMT, "Pam" <pam_staley(removethis)@hotmail.com>
wrote:
>Is there some reason my include/header.htm file doesn't hold when changing
>the htm file to a php??
>
>I'm using fp2003 and after changing the htm file to a php - the include page
>doesn't show up in the php
>
>thanks
>the url is http://www.passionfortruth.com/What-Is-Truth.php
>
>and the htm files is http://www.passionfortruth.com/What-Is-Truth.htm
What sort of includes, SSI includes? PHP doesn't parse SSI includes. This is
also the wrong newsgroup - try either comp.lang.php if you want to ask how to
replace your SSI includes (if they're simple, then look up readfile() in the
PHP manual), or alt.apache.configuration if you want to reconfigure apache to
do both PHP and SSI (if that's even possible).
--
Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
| |
|
| sorry - I'm so brand new to this - have no idea what I'm doing - I'll try to
find the other newsgroup
"Andy Hassall" <andy@andyh.co.uk> wrote in message
news:1karu0pd18j1u72equp19aj4np0kog360n@
4ax.com...
> On Wed, 19 Jan 2005 00:17:42 GMT, "Pam"
> <pam_staley(removethis)@hotmail.com>
> wrote:
>
>
> What sort of includes, SSI includes? PHP doesn't parse SSI includes. This
> is
> also the wrong newsgroup - try either comp.lang.php if you want to ask how
> to
> replace your SSI includes (if they're simple, then look up readfile() in
> the
> PHP manual), or alt.apache.configuration if you want to reconfigure Apache
> to
> do both PHP and SSI (if that's even possible).
>
> --
> Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
> <http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
|
|
|
|
|