How to open PHP files in Ubuntu instead of downloading.

1 · Subin Siby · April 7, 2012, 3:15 p.m.
No one can open PHP files in web browsers without a server. Page types such as HTML, Javascript and CSS can be understand by the browsers. But browsers can’t understand PHP. So the file will download.There are two types of file that will run : Client-side and Server-side Client Side : The program runs in browser itself. The client can easily access the code. The browser can understand the language in which the client program is written....