Another way of displaying PHP?

Soldato
Joined
16 Oct 2007
Posts
7,480
Location
UK
Hello all,

I've got a bit of PHP code i'm trying to insert into a HTML page

But the HTML page for some reason won't display it as it's a HTML within a PHP page already

Any way

I'm trying to think of other ways of displaying this PHP output

At the moment, i'm using an iframe to show the PHP file which outputs the 1 sentance i need to show

But it looks rubbish in older browsers.

Any other way that i can use to show it?

http://www.workingaway.co.uk (job count at the top)

thanks!
 
the main page calls upon the html template to layout the homepage - but i need to put the php code in the html bit (it works in the main page, but obviously in completely the wrong place!)
 
Back
Top Bottom