learner_php Posted April 9, 2012 Share Posted April 9, 2012 Hi, Please let me know wether php Web pages run on any Web Server or only on specific servers? I am working an INTRANET where the html pages works fine. But when I tried one test.php page. It throws 404 error? How to overcome this issue? Thanks. Quote Link to comment Share on other sites More sharing options...
trq Posted April 9, 2012 Share Posted April 9, 2012 HTML is interpreted client side by the browser. PHP needs to be interpreted server side in order for the server to send the resulting html to the browser. You need a HTTP server with PHP installed and configured. This is all covered in the manual: http://www.php.net/manual/en/getting-started.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.