Vishal Gaurav wrote:
Hello,
Now i am able to use this test script. <?php echo"testing"; ?>
but not
<?php echo "This is a PHP line"; ?>
if i remove space in this line <?php echo "ThisisaPHPline"; ?> then
aple to see thisisphpline.
But If i donot remove the space nothing is displayed by browser,
How can i fix it.
---------------- End original message. ---------------------
As I mentioned in my earlier reply, you have to find out what the
error message is. By default, when an error occurs in PHP it logs the
error in the Apache error log and does not display anything in the browser.
Until you find out what the error is nobody can help you. You either
have to examine the server error log or reconfigure PHP to display
erros in the browser.
Even then it seems from your description that this is a PHP internal
problem or configuration error. If it is, you will get better support
from a PHP forum and/or the documentation for PHP which you can
access from http://www.php.net/
I will specifically point out that http://www.php.net/support.php is
where you should start.
Dragon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]