devinberg / Wall-of-the-World

A php/html based code for minimal "wall" or message board functionality. No database, messages stored in a text file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A php/html file with code that creates a page where text can be posted to a public "wall". The data is stored in a text file and read from that file with each page load.

About

A php/html based code for minimal "wall" or message board functionality. No database, messages stored in a text file.