Re: When posting simply won't work...
--- In
dotcomments-support@yahoogroups.com, "j_eric_coleman"
<yahoo@s...> 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.
Thank you, thank you, thank you. I just upgraded my webserver and in
the process dotcomments ceased functioning. I suspect something broke
in the PHP upgrade, but for the life of me I couldn't figure it out.
But this... this fixed it right up.
Thank you!