>
> "t appears that even when I installed it does not provide me with a
> different error than without."
after reading this statement i guess u r trying to see some thing like *
file://path/to/fhtdocs/filename.php* in your web browser u hav to see *
http://localhost/filename.php *in you url bar
@lists.php.net
Subject: Re: [PHP-INSTALL] PHP Page Refuse to Display PHP content
Alice,
Also, make sure you've restarted Apache. Every time you make
changes to httpd.conf, php.ini, or any related file, you need to
restart Apache.
--
Dedicated Servers - Intel 2.4GHz w/2TB bandwid
Alice,
Also, make sure you've restarted Apache. Every time you make
changes to httpd.conf, php.ini, or any related file, you need to
restart Apache.
--
Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just
$59.99/mo. with no contract!
Dedicated servers, VPS, and hosting
make sure that u have
LoadModule php5_module "path/to/dll/php5apache2.dll"
AddType application/x-httpd-php .php .php5 .php4 .php3 .phtml .phpt
in your httpd.conf file
and the name of the php file ends in
.php or .php5 or .php4 or .php3 or .phtml or .phpt(what ever u give in the
httpd.con
://www.hwi.buffalo.edu
-Original Message-
From: Wei, Alice J. [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2008 1:44 PM
To: [email protected]
Subject: [PHP-INSTALL] PHP Page Refuse to Display PHP content
Hi,
I am trying to install PHP so that I can connect to MS SQL from the
PHP
Hi,
I am trying to install PHP so that I can connect to MS SQL from the PHP
scripts.
I have successfully installed Apache and brings me back a good page with no
errors, and tried to create a php page in the usr/local/apache/htdocs folder.
Here is the code of what is in this page:
PHP T