Apache4.3.3 ??
配置httpd 加上 
AddType application/x-httpd-php .php

解决方案 »

  1.   

    没配置好 Web 服务器吧,具体操作看手册去.
      

  2.   

    Apache4.3.3????????????????????????????????你开发的?
      

  3.   

    #------------------------------------- 手动添加的内容 ------------------------------------------
    LoadModule php4_module C:/webroot/php/sapi/php4apache2.dll
       AddType application/x-httpd-php .php
       AddType application/x-httpd-php .php3
       AddType application/x-httpd-php .php4
       AddType application/x-httpd-php .phtml
       Action application/x-httpd-php4\"/php4/php.exe\"
       DirectoryIndex index.php
       DirectoryIndex index.html
       DirectoryIndex index.htm
       DirectoryIndex index.php3
       DirectoryIndex index.php4
       DirectoryIndex index.phtml
    #Server and port Configuration
           ServerName 127.0.0.1
           Listen 80
      

  4.   

    说的不详细,没法回答。建议看WIN 2K下安装APACHE+PHP+MySQL的安装指南,网上很多。