I want to know how to detect if $_POST is set or not.
Right now I detect it like this:
if(isset($_POST[\'value\']))
But I\'m not lo
Best way to check $_POST