Make sure you are uploading your files at
/public_html or any sub-directory included in /public_html.
This may sound too obvious, but your php files must end in
.php and not .html
Check that your code starts with
<?php and ends with
?>
Something like this:
PHP:
<?php
// Your Code goes here
?>