Hi !
I need help on setting up and installing PHP!
I have installed PHP 5.20 and Apache 2.2.3 However, after I create my first php page and run it, blank screen appears.
On php.net website, they said that there is something wrong with the setting of Apache. I thought I have followed everything carefully, but maybe missed something.
Many many thanks in advanced!!!
PHP Installation
Moderator: General Moderators
yes, the file is hello.php
I have followed the instruction on http://www.php.net/manual/en/install.wi ... pache2.php on how to install Apache.
I have followed the instruction on http://www.php.net/manual/en/install.wi ... pache2.php on how to install Apache.
try
You're invoking the php script via http://localhost/... ?
Code: Select all
<?php phpinfo(); ?>