Posts: 575
Name: Steve
Location: Birmingham, England
|
Off the top of my head, you can store the message in a table within a DB. All you need is one field to store the message.
When the user clicks on the "Fire Away!" button, the previous message is pulled from the database and stored in a variable. The new message is then inserted into the database, and then the contents of the variable is displayed on the screen.
However, I don't see the point in the script. No offense but it's probably one of the lamest things I've seen on the Internet.
Last edited by hamesy : 11-21-2007 at 11:42 AM.
|