| | |
PHP issue
![]() |
Hello guys, I m trying to run a simple php code.
I have Apache Tomcat/6.0.18 running.
I dont know if it is php enabld or not.
i've created a hello.php file:
and put this file in the ../webapps/root dir.
When i run the file , this is the output:
I dont know where the problem is?
Thank you.
I have Apache Tomcat/6.0.18 running.
I dont know if it is php enabld or not.
i've created a hello.php file:
<html> <body> <p>This is going to be ignored.</p> <?php echo 'While this is going to be parsed.'; ?> <p>This will also be ignored.</p> </body> </html>
and put this file in the ../webapps/root dir.
When i run the file , this is the output:
This is going to be ignored. This will also be ignored.
I dont know where the problem is?
Thank you.
PEACE !
![]() |
Similar Threads
- PHP Issue (PHP)
- need help with a php issue (PHP)
- New to php and getting frustrated (HTML and CSS)
- HTML Select and PHP 5 - Issue (PHP)
- New to php and getting frustrated (PHP)
Other Threads in the Perl Forum
- Previous Thread: how to edit a post made 10days back
- Next Thread: Create tar or gz file
| Thread Tools | Search this Thread |





