Hi, I just installed PHP on my computer (Ubuntu). If I create a test.php file with simple code and then run "php test.php", it works fine (I get what I expect). However, if I open this file (test.php) with my browser (Mozilla) it ask me how to open this file. Not a problem. I click "open with" and then I select "/usr/bin/php" and... nothing happen. Browser does not display anything.
Can anybody help me with that? Why my browser cannot display a local php-file using a local php server?