> -----Original Message-----
> From: Pierce Leahy [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 15, 2001 3:21 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] If phpinfo works why doesnt anything else ?
>
>
> I've tried most every combination of servers with php and all
> I can ever get to work is the phpinfo and sometimes not even
> that. I have 2 nt boxes on one I tried IIS and on the other
> I've tried apache and Xitami. Nothing works the way it should.
Specific details are good. What happens when it doesn't work? Do you
see error messages? (If so, what do they say?) Do you get *some*
output, but just not what you expected to see? (If so, how is it
different from what you expected?)
> The latest is I just get blank pages
This usually means that the file isn't getting processed by the PHP
engine. (If you view source in your browser, I'd expect you'll probably
see your PHP source code.)
Which, in turn, usually means that you haven't correctly modified your
server configuration files to tell the PHP engine what to process. On
Apache, this is done with the AddType lines in httpd.conf; for the other
servers you're running, you'll just have to dig into the manual and see
what the appropriate steps are.
---
Mark Roedel | "Blessed is he who has learned to laugh
Systems Programmer | at himself, for he shall never cease
LeTourneau University | to be entertained."
Longview, Texas, USA | -- John Powell
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]