Issue in Running PHP Page on Tomcat
Posted: Tue Oct 06, 2009 4:27 am
Hi All,
I'm new bie to PHP, i have configured my web server(Tomcat) with PHP. When i try to run below code the page is displayed blank.
<?php
echo strlen("Hello world!");
?>
but, when i try to run below the page is successfully displayed
<?php phpinfo(); ?>
what is the issue in running first code??? Please let me know.
Thanks,
Malavika.
I'm new bie to PHP, i have configured my web server(Tomcat) with PHP. When i try to run below code the page is displayed blank.
<?php
echo strlen("Hello world!");
?>
but, when i try to run below the page is successfully displayed
<?php phpinfo(); ?>
what is the issue in running first code??? Please let me know.
Thanks,
Malavika.