Attached is the simple hello world php which is running fine in my host-Apache but not running in local Apache. Activated and installed PHP mode View attachment Hello.php
What error is being returned? Have you tried using echo instead of Echo? I'm not sure if capital letters matter or not, I've never used caps for any PHP functions.
1. Fish into the apache error logs, available generally at /var/log/apache2 Code (markup): 2. Enable PHP Error Display http://forums.digitalpoint.com/showthread.php?t=1483351 (Yes, it is a sticky from another sub-forum. Please do read. It is a good start with php, if intended) And then run your script again. It should help. Plus, do respect case-sensitivity. It is safer.
When you say "local apache", do you mean that you have WAMP etc installed on your own computer where you're trying to run that script?