Wordpress Error: PHP Is Not Running Solution

why? you don't have php? your php does not start? your apache server is shutdown? (uninstall all apache, mysql and php if you will install xampp. Be careful.) you can download xampp software to solve your problem. But if you are sure that your php is running. put a php file "hello.php" into xampp/htdocs, and type:
http://localhost/hello.php
hello.php is like:
echo "hello";

if the web page presents “hello”, it shows your php is running.
if you want to configure other dir to put your web, you should see my another blog, Here.
Ok, if your php is running. Then config database and wordpress.
Here is instruction.
Then you should open brower and type:

http://ip:port/wp-admin/install.php

if you open install.php in your local computer with brower, it will report

Error: PHP is not running
in your brower, the url address does not prefix with "http://"