Re: Install question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Paul K wrote:
I have just started with a clean install on a Windows XP Pro system, Apache 2.24 and PHP 5.2.3

Apache Monitor reports Apache/2.24(Win32)PHP/5.2.3.

I can access html files just fine but I can't even run a test program

<?php
phpinfo();
?>

Nothing displays.

Where do I look to see whats wrong?

Paul


Look at the source returned to you in your browser. If you see the actual php code, then you need the AddHandler and AddType settings in your Apache conf file. First, make sure that the php module
is being loaded.

--
Jim Lucas

   "Some men are born to greatness, some achieve greatness,
       and some have greatness thrust upon them."

Twelfth Night, Act II, Scene V
    by William Shakespeare

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux