在php.ini中我已经把extention mysql.dll之前的分号去掉。

解决方案 »

  1.   

    php4的mysql扩展是编译进PHP内部的,不用设置php.inimysql_create_db
    如果 MySQL 扩展库是基于 MySQL 4.x 客户端库建立的,则本函数不可用。\n是*nix系统文本文件的换行
    \r\n是windows系统文本文件的换行<br>是html网页的换行
      

  2.   

    在php.ini中我已经把extention mysql.dll之前的分号去掉。------------------------------------------
    Copy libmysql.dll to c:\windows(winnt)\system32\
    <?echo "test1\n";echo "test";?>
    --------------------------------
    To see the source code of the page, you can see it has affected. (And it is "\r\n" in windows)
    To start in a new line in HTML, it is "<br/>".