View Single Post
Old Oct 24th, 2007, 10:51 AM   #3
cscgal
Hobbyist Programmer
 
cscgal's Avatar
 
Join Date: Oct 2007
Location: New York
Posts: 163
Rep Power: 10 cscgal is on a distinguished road
Re: Forum backend in python - Can I please have the backend for a forum?

> I am going to make the frontend myself (in html, not php, has to be html)

The backend of a forum system - or any such web application - is written in a server side language such as PHP or Python, where it interacts with a database such as MySQL. The frontend is the HTML markup that displays what the backend generates.
__________________
DaniWeb IT Discussion Community
Everything Information Technology related all in one convenient interactive online publication and community
cscgal is offline   Reply With Quote