OK - I tried that and what came up on the browser was the content of the test.php file.

I checked in my httpd.conf file I do have the following:

AddType application/x-httpd-php .php
AddType application/x-http-php-source .phps

LoadModule php4_module libexec/libphp4.so

Any thoughts?

thank you.



-----Original Message-----
From: Steve Douville [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 4:39 PM
To: Nguyen, Long P (Mission Systems); [EMAIL PROTECTED]
Subject: Re: [PHP] php installation verification 


Open a file. Put this code in there:

<?
phpinfo();
?>

Save as test.php and point your browser to it.
----- Original Message ----- 
From: "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 02, 2004 4:33 PM
Subject: [PHP] php installation verification


> I am new to php and was tasked with installing php v.4.3.6.  I installed
it on redhat with apache v2.0.48.
> I read in the doc that you can create a test file called test.php with
some php tags such as <?phpinfo()?>.
> Could someone post a test.php file as an example?
> Thanks for the help.
>
>
>
>
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
>

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

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

Reply via email to