That did the trick. Thanks a bunch for your responses.
One final questions - Though I don't quite understand yet what is short tags, but is it advisable to stay away from it, and if I have to turn it on (to make third party software to work), what is the best way to do it?
Search found 5 matches
- Tue Oct 17, 2006 10:48 am
- Forum: Installation and Configuration
- Topic: test.php not displayed correctly- just the text is displayed
- Replies: 12
- Views: 4669
- Tue Oct 17, 2006 10:34 am
- Forum: Installation and Configuration
- Topic: test.php not displayed correctly- just the text is displayed
- Replies: 12
- Views: 4669
The way I am accessing the php script is 1. Create a test.php file in htdocs directory. 2. put the text string <?phpinfo();?> in the test.php 3. Go to browser and type in localhost/test.php The engine directive is on (I basically took the php.ini.recommended, and copied it as php.ini) The apache dir...
- Tue Oct 17, 2006 10:01 am
- Forum: Installation and Configuration
- Topic: test.php not displayed correctly- just the text is displayed
- Replies: 12
- Views: 4669
- Tue Oct 17, 2006 8:34 am
- Forum: Installation and Configuration
- Topic: test.php not displayed correctly- just the text is displayed
- Replies: 12
- Views: 4669
- Tue Oct 17, 2006 12:37 am
- Forum: Installation and Configuration
- Topic: test.php not displayed correctly- just the text is displayed
- Replies: 12
- Views: 4669
test.php not displayed correctly- just the text is displayed
I am a new user of php/apache and was trying to set it up on my box. Despite my repeated attempt, I can't get apache to recognize the php code correctly; apache treats it as a text. When I do view source, I see the php text. I have added these three files in my httpd.conf LoadModule php5_module &quo...