How to insert a .php image?

B

Bob Fliegel

It's a graphic image, a fundraising
progress "thermometer" the dollar values of which can be
amended "on the fly" without having to recreate the image
itself. The .php file was created from numerous lines of
script. I know almost nothing about .php file syntax, and
the person who can answer this question for me will need
to be familiar with it.
 
T

Thomas A. Rowe

The page you want to display this on must have .php extensions and you would use the PHP method of
including the content/image into a table cell. I don't use PHP, so I can't tell you what the PHP
include statement is.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
B

Bob Fliegel

I am now getting instructions directly from my server's
tech support dept, so am closing the question here.
-----Original Message-----
The page you want to display this on must have .php
extensions and you would use the PHP method of
including the content/image into a table cell. I don't
use PHP, so I can't tell you what the PHP
 
Top