> > I've installed the windows installer version of php on a NT server.  I've
> > also installed the windows binary on my Windows 2000 pro workstation.
> > Everything works fine on the CGI-Windows installer version on the server,
> > but I can't get the same applications to run from my Win2KPro workstation
> > (I get blank pages or empty pages).  Does this have something to do the way
> > the php.ini file is set up, or is it something else?

How about a little more information.  Do you get an error when you try to 
view the pages?  Did you make a page like this and try to load it:
<? echo phpinfo(); ?>
A couple of possible things to check:
1)If you are using IE turn OFF Show friendly HTTP Error Messages
2)Make sure the Apache conf file has the proper information for PHP, 
either CGI or Module.  

-Scott



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

Reply via email to