Jump to content

Browser for php


Recommended Posts

You don't need a special browser to view PHP files, all PHP is parsed by the PHP interpreter and sent to the browser via Apache as text/html, so it's exactly the same as viewing any other web page.

As long as your Apache server is configured correctly, you should be setup to use PHP files. They just have to be named .php (or whatever you specified in the Apache configuration).

For example, index.php will be parsed as a PHP file rather than as standard text/html.
Link to comment
https://forums.phpfreaks.com/topic/31337-browser-for-php/#findComment-145232
Share on other sites

  • 3 weeks later...

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.