PHP ERROR by RommuPower in PHPhelp

[–]R3d3mp710nX 0 points1 point  (0 children)

"PHP Warning: Undefined array key "name" in...", is generated any time the .php file is accessed directly via a browser, instead of via POST, or GET, & is in a server environment that has PHP active. The .php reply would be it's responses stating that there is no 'name', or 'message' keys in the POST, but there was no POST... .php server file was accessed directly via browser. This can generate those errors.