<?php if($_SERVER['REQUEST_METHOD'] != 'POST') { include error(403); die; } if(array_key_exists('secret', $_POST)) { echo $_POST['secret']; }