MAMPを導入し、htmlにphpを埋め込んだけど、
phpが効いていないのか、echoで表示されなかった。
色々調べたら、これだった。
http://www.9142.net/blog/2013/03/13/mamp-cgi/
/Application/MAMP/conf/apache/httpd.conf の138行目付近にある以下の部分を修正する。
AddType application/x-httpd-php .php .phtml
上記を下記に修正。
AddType application/x-httpd-php .php .phtml .html .htm
MAMP再起動で完了