I 'd like some help on this:

I want to present some results eg. last registered user
etc to some page of my web.
My web (created with MS FrontPage2000) is www.cobra-
center.gr and my phpBB2 forum is www.cobra-center.gr/forum

Thank you in advance!

Re: how to present data from phpBB forum service in html page by Chris

Chris
Thu Sep 09 09:13:35 CDT 2004

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/
--
"dtax" <anonymous@discussions.microsoft.com> wrote in message
news:8d1001c49671$e31f59d0$a501280a@phx.gbl...
> I 'd like some help on this:
>
> I want to present some results eg. last registered user
> etc to some page of my web.
> My web (created with MS FrontPage2000) is www.cobra-
> center.gr and my phpBB2 forum is www.cobra-center.gr/forum
>
> Thank you in advance!