Include files not working on PHP documents in Frontpage 2003

B

Brad Waddell

Hi

I have common top and bottom pages for each page in my web site. I refer to
them like this:
<!--webbot bot="Include" U-Include="top.htm" TAG="BODY" -->

I recently added a PHP helpdesk system, and the include files do not workin
the .php extension files. i have tried changing them to be handled by the
frontpage editor as HTM format, but no change.

How do I get PHP files to work with Frontpage Include files? Or am I
required to use PHP coding to emulate the same thing in this case? thanks!



brad
 
S

Stefan B Rusynko

Have you installed MS Office /FrontPage SP1
- fixed the includes for other than htm

PS please don't cross post
--




| Hi
|
| I have common top and bottom pages for each page in my web site. I refer to
| them like this:
| <!--webbot bot="Include" U-Include="top.htm" TAG="BODY" -->
|
| I recently added a PHP helpdesk system, and the include files do not workin
| the .php extension files. i have tried changing them to be handled by the
| frontpage editor as HTM format, but no change.
|
| How do I get PHP files to work with Frontpage Include files? Or am I
| required to use PHP coding to emulate the same thing in this case? thanks!
|
|
|
| brad
|
| --
| brad
| www.qodbc.com - The ODBC Driver for Quickbooks
|
|
 
M

Markus Ernst

Brad said:
How do I get PHP files to work with Frontpage Include files? Or am I
required to use PHP coding to emulate the same thing in this case?
thanks!

I don't know how Frontpage works (and as most people in the Open Source
community won't know, you might get more tips on that in the FP group you
crossposted to). Anyway including files with PHP is very simple:

<?php include("includefile.txt"); ?>

HTH
Markus
 
N

Newsgroup Poster

that code won't work as frontpage uses frontpage extensions and php doesn't
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top