Page 1 of 1

Blank output

Posted: Wed Apr 02, 2003 2:46 am
by Love_Daddy
Hi guys,

has anyone came across a situation where you write your first php script and when you run it, the browser screen is blank. note that my apache is working fine.

Posted: Wed Apr 02, 2003 2:53 am
by d1223m
view the source of the page you get returned - i bet the php is there.

your apache probably isnt set up to process php yet - read a few more lines in the install instructions ;)

Okay..

Posted: Wed Apr 02, 2003 3:43 am
by Love_Daddy
which file do I edit to ensure that apache can read php
I was looking at /etc/httpd/conf/httpd.conf

or
/etc/httpd/conf.d/php.conf

Where do I do this

Posted: Wed Apr 02, 2003 4:09 am
by twigletmac

Posted: Wed Apr 02, 2003 4:51 am
by Love_Daddy
Will do thanks.