<?php $_POST['id'] = 'lower case id';$_POST['ID'] = 'capital case id'; echo $_POST['ID'] . "\n" . $_POST['id'];
Standard input is empty
capital case id lower case id
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!