hi,
I just installed php 5 on a debian etch.
I got successfully installed and then i restarted apache; on making a test.php in htdocs with <?php echo 'hello world'; ?>
as content.. i get the smae output on the screen rather than the parsed value as hello world...
what can be done?
php not parsing
Moderator: General Moderators
Re: php not parsing
Are you accessing the page via the browser (ie: http://localhost) ?
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: php not parsing
Did you tell your server what to do with .php files?