how to present data from phpBB forum service in html page

C

Chris Leeds, MVP-FrontPage

you'd have to query the database, format and write the data.

the only way you'll be able to do it on an .html page would be to have the
server admins run .htm/.html past the php engine.

you could possibly get away with setting up a very lightly formatted php
page and just call it into an I-Frame on your html page.

HTH

--

--
Chris Leeds,
Microsoft MVP-FrontPage

Please feel free to contact me here:
http://nedp.net/contact/
 
Top