Jump to content

Does php pages run on any Web Server like html?


learner_php

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.