Posts: 1,832
Location: Somewhere else entirely
|
You'll need one small script that does the following:
1) Checks for input in the form of POST variables from a form.
2) If there are none, create the form and send to browser.
3) If there are, write the value to a text file.
Then on the page you want the text to appear you just open up the text file and echo the contents. You'll need to watch out what goes into the file, otherwise people could put javascript redirects and alsorts into it, so you'll need a bit of data validation but that's not too hard.
That's the simple method with no databases, let us know if you want more complete explanations of any or all of the parts.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|