White Screen | Blank Screen | PHP Broken

My www.example.com renders only a blank white screen. I upload file named serverinfo.php containing this tiny code, <? phpinfo(); ?>

I was expecting to see php server kick in and populate my computer screen with information about versions, dependencies and so on.

Instead, its just a blank screen.

My html pages render correctly but not php pages.

Where to begin looking??