arun_sridhar2 Posted December 20, 2006 Share Posted December 20, 2006 Hi all, I have freeBSD system with apache2 installed and configured. I installed php also. Now do I need browser to run php files, how to make php run in my system now.Thanks in advance Quote Link to comment Share on other sites More sharing options...
ukdmbfan Posted December 20, 2006 Share Posted December 20, 2006 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. Quote Link to comment Share on other sites More sharing options...
weknowtheworld Posted January 9, 2007 Share Posted January 9, 2007 Typing http://localhost shows what in your browser? 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.