搞什么,能不能不要在这个地方发这种问题,找一下不就行了
a后面怎么有个分号?
php.ini最好手工改一下。
#LoadModule ssl_module modules/mod_ssl.so
###########################################################
LoadModule php4_module "e:/server/php/sapi/php4apache2.dll"
#For php5
#LoadModule php5_module "e:/server/php5/php5apache2.dll"
SetEnv PHPRC e:/server/php
############################################################ which encourage you to always set a default char set.
#
#############################
#AddDefaultCharset ISO-8859-1
AddDefaultCharset GB2312
############################## AddType allows you to add to or override the MIME configuration
# file mime.types for specific file types.
#
#AddType application/x-tar .tgz
#############################################
AddType application/x-httpd-php .php
#############################################

解决方案 »

  1.   

    php包中的install.txt中Apache 2.0.x on Microsoft Windows   This section contains notes and hints specific to Apache 2.0.x
       installs of PHP on Microsoft Windows systems. We also have
       instructions and notes for Apache 1.3.x users on a separate page.     Note: You should read the manual installation steps first!   Warning   Do not use Apache 2.0.x and PHP in a production environment neither on
       Unix nor on Windows. For information on why, read the following FAQ
       entry   You are highly encouraged to take a look at the Apache Documentation
       to get a basic understanding of the Apache 2.0.x Server. Also consider
       to read the Windows specific notes for Apache 2.0.x before reading on
       here.     PHP and Apache 2.0.x compatibility notes: The following versions of
         PHP are known to work with the most recent version of Apache 2.0.x:     * PHP 4.3.0 or later available at http://www.php.net/downloads.php.
         * the latest stable development version. Get the source code
           http://snaps.php.net/php4-latest.tar.gz or download binaries for
           Windows http://snaps.php.net/win32/php4-win32-latest.zip.
         * a prerelease version downloadable from http://qa.php.net/.
         * you have always the option to obtain PHP through anonymous CVS.     These versions of PHP are compatible to Apache 2.0.40 and later.     Apache 2.0 SAPI-support started with PHP 4.2.0. PHP 4.2.3 works
         with Apache 2.0.39, don't use any other version of Apache with PHP
         4.2.3. However, the recommended setup is to use PHP 4.3.0 or later
         with the most recent version of Apache2.     All mentioned versions of PHP will work still with Apache 1.3.x.   Warning   Apache 2.0.x is designed to run on Windows NT 4.0, Windows 2000 or
       Windows XP. At this time, support for Windows 9x is incomplete. Apache
       2.0.x is not expected to work on those platforms at this time.   Download the most recent version of Apache 2.0.x and a fitting PHP
       version. Follow the Manual Installation Steps and come back to go on
       with the integration of PHP and Apache.   There are two ways to set up PHP to work with Apache 2.0.x on Windows.
       One is to use the CGI binary the other is to use the Apache module
       DLL. In either case you need to edit your httpd.conf to configure
       Apache to work with PHP and then restart the server.     Note: Remember that when adding path values in the Apache
         configuration files on Windows, all backslashes such as
         c:\directory\file.ext must be converted to forward slashes, as
         c:/directory/file.ext.
         _________________________________________________________________Installing as a CGI binary   You need to insert these three lines to your Apache httpd.conf
       configuration file to set up the CGI binary:   Example 2-5. PHP and Apache 2.0 as CGI
    ScriptAlias /php/ "c:/php/"
    AddType application/x-httpd-php .php# For PHP 4
    Action application/x-httpd-php "/php/php.exe"# For PHP 5
    Action application/x-httpd-php "/php/php-cgi.exe"   Warning   By using the CGI setup, your server is open to several possible
       attacks. Please read our CGI security section to learn how to defend
       yourself from those attacks.
         _________________________________________________________________Installing as an Apache module   You need to insert these two lines to your Apache httpd.conf
       configuration file to set up the PHP module for Apache 2.0:   Example 2-6. PHP and Apache 2.0 as Module
    # For PHP 4 do something like this:
    LoadModule php4_module "c:/php/sapi/php4apache2.dll"
    AddType application/x-httpd-php .php# For PHP 5 do something like this:
    LoadModule php5_module "c:/php/php5apache2.dll"
    AddType application/x-httpd-php .php# configure the path to php.ini
    PHPIniDir "C:/php"     Note: Remember to substitute the c:/php/ for your actual path to
         PHP in the above examples. Take care to use either php4apache2.dll
         or php5apache2.dll in your LoadModule directive and not
         php4apache.dll or php5apache.dll as the latter ones are designed to
         run with Apache 1.3.x.   Warning   Don't mix up your installation with DLL files from different PHP
       versions. You have the only choice to use the DLL's and extensions
       that ship with your downloaded PHP version.
      

  2.   

    你的办法好麻烦 
    第一下载
    php-4.3.10-Win32
    apache_2.0.53-win32-x86-no_ssl.msi
    php4.3.10installer
    第二
    安装apache2
    解压php4
    运行installer,设定为apache2就ok了
      

  3.   

    现在的问题已经变了,无法找到动态数据库连接ntwdblib.dll于指定路径.......
    点击确定后,又弹出不能登陆的动态数据库“这个路径是我安装php文件的路径”
    怎样修改,在线等啊!
      

  4.   

    卸了再装要不就要系统上找到ntwdblib.dll,然后在PHP.INI中人为指定它