Blank output

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Love_Daddy
Forum Commoner
Posts: 61
Joined: Wed Jul 10, 2002 6:55 am
Location: South Africa
Contact:

Blank output

Post 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.
User avatar
d1223m
Forum Commoner
Posts: 80
Joined: Mon Mar 31, 2003 5:15 am
Location: UK, West Sussex

Post 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 ;)
User avatar
Love_Daddy
Forum Commoner
Posts: 61
Joined: Wed Jul 10, 2002 6:55 am
Location: South Africa
Contact:

Okay..

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

User avatar
Love_Daddy
Forum Commoner
Posts: 61
Joined: Wed Jul 10, 2002 6:55 am
Location: South Africa
Contact:

Post by Love_Daddy »

Will do thanks.
Post Reply