View Single Post

Re: Programming Thread
Old 03-20-2005, 09:26 PM   #11
Dyne
Or should I say.. smanger
 
Dyne's Avatar
 
Dyne is offline
Location: Vancouver
Now Playing: Infinity Blade II, Duke Nukem Forever, Skyrim, Vanquish
Posts: 9,435
Default Re: Programming Thread

Ah, that's where you get outside the realm of HTML. Here's a nice program to use for news posts;

http://coranto.gweilo.org/

Basically, you'll need a database structure, and a language accessing that structure. For example, this forum runs through MySQL, a structured query language, and PHP, the calling language. I think ColdFusion mimics this, too.

EDIT: Good to see you in this thread, Gekko.
  Reply With Quote