--- In dotcomments-support@yahoogroups.com, "j_eric_coleman"
<yahoo@...> wrote:
>
> I have PHP4 setup on a win2k machine, and posting messages wouldn't
> work. There was no error or anything. To fix it, I had to add the
> following 4 lines near the top of the script.
>
> $commentName = $_POST["commentName"];
> $commentmail = $_POST["commentMail"];
> $commentSite = $_POST["commentSite"];
> $commentText = $_POST["commentText"];
>
> It seems that those 4 variables were empty when data was posted to
> the php page. After adding that, everything is peachy.
>
I don't understand it, but it's a miracle. Thank you.