Skip to content
Advertisement

$_POST not being set

does anyone have any idea why $_POST not being set??

here is some of the code.

JavaScript

i must be overlooking something.

Advertisement

Answer

JavaScript

This is not how it should be written. It will only work by accident.

What the author wanted to write was:

JavaScript

I would personally leave out the whole isset part, because that’s exactly what’s obstructing your assessment of the cause.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement