PDA

View Full Version : News Bulletin



riveroaks
September 28th, 2005, 08:41 PM
Many sites today have a home page that contains some form of a news bulletin, a list basically of recent events. I want to place one of these on my current project site but I don't know how to go about it. I assume it's server side code because any files holding the news must be on the server, however, I do not know any server side langauges. Can anyone point in me in the direction of some information on creating one of these news bulletins? Thanks.

- Matt

lbeetles
September 29th, 2005, 07:26 AM
visit http://cutephp.com/ and check out the forum if you want to know how to use it in flash. also its free which is good.

bwh2
September 29th, 2005, 10:13 AM
it's just php and mysql.

hl
September 29th, 2005, 09:45 PM
yep, but no mysql. it's actually flatfile. i've used it before, really good and easily customizable -- in fact i could add some features on your request to it... :)

riveroaks
September 30th, 2005, 09:36 PM
yep, but no mysql. it's actually flatfile. i've used it before, really good and easily customizable -- in fact i could add some features on your request to it... :)

Ok, I figured the bulletins involved php, but I have never even looked into mySQL and never even heard of a "flatfile" do you know where I can find some good introductory information on those subjects? I know that mySQL is related to databases but thats about it. Thanks

- Matt