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.
Issue in Running PHP Page on Tomcat
Moderator: General Moderators
Re: Issue in Running PHP Page on Tomcat
When i run the below code, the output is been displayed on console instead of on browser,
Code : <?php
echo "Hello";
?>
What is the issue over here? I'm using Tomcat 5.
Thanks,
Malavika.
Code : <?php
echo "Hello";
?>
What is the issue over here? I'm using Tomcat 5.
Thanks,
Malavika.