Hi,
I hope someone can help me with this. I've taken a script freely available on the Internet and have edited it. I'm doing this for a friend who wants people to be able to make comments at the bottom of an article he publishes on his website, and because there's going to be many articles I've created an admin section where he types in the new article's file name and the script creates 3 new files in a directory that are copied from original comment script. The data is recorded in text files, so it's making new text files, and one php file for each article he wants to have a separate comment section for. Hmmm .. confused? That was just the preamble.
The actual problem is that it works fine in all details except the comments people try to add are not being written to the blank text file (and yes, it's chmodded to 0777).
You can preview the webpage with the script http://www.versionmag.com/index.php?page=testing&action=sign, and download the files here:
template_comments.php and template_config.inc. The third file is a blank text file called template_base.txt that is awaiting data from the form.
Any ideas?