空白页面的 HTML代码 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312"></HEAD>
<BODY></BODY></HTML>根本没有解析 .不知道扎拉 .

解决方案 »

  1.   

    先安装MYSQL,再装PHP,让服务器设为IIS6就行了呀。
    如果还有问题,请参考:
    http://www.esoftnow.com/bbs/index.asp?boardid=3
      

  2.   

    我是解压缩php压缩包的 .没有安装程序 .
    我是按照这篇帖子做的.
    http://www.phpwind.net/simple/index.php?t79533.html
    可我这行代码运行得很好啊.
    <?php phpinfo();?>显示结果如下.
    System  Windows NT CSGDD-RXH7F89Z1 5.2 build 3790  
    Build Date  May 4 2006 10:30:29  
    Configure Command  cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"  
    Server API  ISAPI  
    Virtual Directory Support  enabled  
    Configuration File (php.ini) Path  C:\WINDOWS  
    PHP API  20041225  
    PHP Extension  20050922  
    Zend Extension  220051025  
    Debug Build  no  
    Thread Safety  enabled  
    Zend Memory Manager  enabled  
    IPv6 Support  enabled  
    Registered PHP Streams  php, file, http, ftp, compress.zlib  
    Registered Stream Socket Transports  tcp, udp  
    Registered Stream Filters  convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.*   This program makes use of the Zend Scripting Language Engine:
    Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
     
    --------------------------------------------------------------------------------PHP Credits--------------------------------------------------------------------------------Configuration
    PHP Core
    Directive Local Value Master Value 
    allow_call_time_pass_reference On On 
    allow_url_fopen On On 
    always_populate_raw_post_data Off Off 
    arg_separator.input & & 
    arg_separator.output & & 
    asp_tags Off Off 
    auto_append_file no value no value 
    auto_globals_jit On On 
    auto_prepend_file no value no value 
    browscap no value no value 
    default_charset no value no value 
    default_mimetype text/html text/html 
    define_syslog_variables Off Off 
    disable_classes no value no value 
    disable_functions no value no value 
    display_errors On On 
    display_startup_errors Off Off 
    doc_root no value no value 
    docref_ext no value no value 
    docref_root no value no value 
    enable_dl On On 
    error_append_string no value no value 
    error_log no value no value 
    error_prepend_string no value no value 
    error_reporting no value no value 
    expose_php On On 
    extension_dir C:\php5 C:\php5 
    file_uploads On On 
    highlight.bg #FFFFFF #FFFFFF 
    highlight.comment #FF8000 #FF8000 
    highlight.default #0000BB #0000BB 
    highlight.html #000000 #000000 
    highlight.keyword #007700 #007700 
    highlight.string #DD0000 #DD0000 
    html_errors On On 
    ignore_repeated_errors Off Off 
    ignore_repeated_source Off Off 
    ignore_user_abort Off Off 
    implicit_flush Off Off 
    include_path .;C:\php5\pear .;C:\php5\pear 
    log_errors Off Off 
    log_errors_max_len 1024 1024 
    magic_quotes_gpc On On 
    magic_quotes_runtime Off Off 
    magic_quotes_sybase Off Off 
    mail.force_extra_parameters no value no value 
    max_execution_time 30 30 
    max_input_time -1 -1 
    open_basedir no value no value 
    output_buffering 0 0 
    output_handler no value no value 
    post_max_size 8M 8M 
    precision 14 14 
    realpath_cache_size 16K 16K 
    realpath_cache_ttl 120 120 
    register_argc_argv On On 
    register_globals Off Off 
    register_long_arrays On On 
    report_memleaks On On 
    report_zend_debug On On 
    safe_mode Off Off 
    safe_mode_exec_dir no value no value 
    safe_mode_gid Off Off 
    safe_mode_include_dir no value no value 
    sendmail_from no value no value 
    sendmail_path no value no value 
    serialize_precision 100 100 
    short_open_tag On On 
    SMTP localhost localhost 
    smtp_port 25 25 
    sql.safe_mode Off Off 
    track_errors Off Off 
    unserialize_callback_func no value no value 
    upload_max_filesize 2M 2M 
    upload_tmp_dir no value no value 
    user_dir no value no value 
    variables_order EGPCS EGPCS 
    xmlrpc_error_number 0 0 
    xmlrpc_errors Off Off 
    y2k_compliance On On 
    zend.ze1_compatibility_mode Off Off 
    bcmath
    BCMath support  enabled  
    calendar
    Calendar support  enabled  
    com_dotnet
    COM support enabled 
    DCOM support disabled 
    .Net support enabled Directive Local Value Master Value 
    com.allow_dcom 0 0 
    com.autoregister_casesensitive 1 1 
    com.autoregister_typelib 0 0 
    com.autoregister_verbose 0 0 
    com.code_page no value no value 
    com.typelib_file no value no value 
    ctype
    ctype functions  enabled  
    date
    date/time support  enabled  
    Timezone Database Version  2006.1  
    Timezone Database  internal  
    Default timezone  UTC  Directive Local Value Master Value 
    date.default_latitude 31.7667 31.7667 
    date.default_longitude 35.2333 35.2333 
    date.sunrise_zenith 90.583333 90.583333 
    date.sunset_zenith 90.583333 90.583333 
    date.timezone no value no value 
    ......
    ......
      

  3.   

    环境变量的问题,参考http://community.csdn.net/Expert/topic/4756/4756986.xml?temp=.893429
      

  4.   

    是不是php5和php4不一样。
    我在文件夹里放了
    <?php phpinfo();?>
    这个页面,这个页面显示的信息能证明 php运行正常吗?
    但是其他的页面为什么又不能了呢?