In PHP kannst du dir mal das Array ausgeben lassen:

PHP-Code:
print_r($_POST["showpnid"]); 
oder
PHP-Code:
var_dump($_POST["showpnid"]);