gaurav_sting
05-04-2004, 04:47 AM
hi everyone.
i use to work on IIS, but now i have switched to apache, i have installed
php and also configured it for apache, php is working fine with apache, but i am facing a very peculiar situation which is as follows:
if there is an error in the php script, the script goes blank, but if there is no syntax error i am able to execute and see the output, but in case of a syntax error the script goes blank.
i also tried to include the following line before the script but again in the output is blank - error_reporting(E_ALL);
i think there needs to be certain settings to be done in apache, which i am not able to figure out. Kindly help.
Thanx,
Gaurav
i use to work on IIS, but now i have switched to apache, i have installed
php and also configured it for apache, php is working fine with apache, but i am facing a very peculiar situation which is as follows:
if there is an error in the php script, the script goes blank, but if there is no syntax error i am able to execute and see the output, but in case of a syntax error the script goes blank.
i also tried to include the following line before the script but again in the output is blank - error_reporting(E_ALL);
i think there needs to be certain settings to be done in apache, which i am not able to figure out. Kindly help.
Thanx,
Gaurav