Re: html to php help
- From: Christoph Burschka <christoph.burschka@xxxxxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 09:51:41 +0100
John schrieb:
Hello,Question: What is an "html message board"? Surely the server side is powered with PHP or CGI? Where are the posts stored?
I have a html message board / forums and would like to take the last
message posted and put it on the front of my website somehow. Does
anyone know of a program that would do this automatically?
I've done something this before with a message board that ran on another site and that didn't have a newsfeed (I wrote something that scraped the posts and returned an RSS feed). I don't recommend this if there is any other option.
In your case, look first at what the supplier of your board software has to offer - possibly there is already a way to export an RSS newsfeed. It's very easy to use such a newsfeed to put the posts on your front page.
The second option is to fetch the posts directly from the database (if one exists - I know some forums that use flat files, and maybe that's what you mean by "html").
--
CB
.
- Follow-Ups:
- Re: html to php help
- From: John
- Re: html to php help
- References:
- html to php help
- From: John
- html to php help
- Prev by Date: What is the best way to debug/test a PHP code ?
- Next by Date: Re: Weird $_POST behavior when trying to unset elements
- Previous by thread: Re: html to php help
- Next by thread: Re: html to php help
- Index(es):
Relevant Pages
|