php

PHP4完全手册.chm
PHP_ MySQL 教程.rar

解决方案 »

  1.   

    你到www.ibook8.com去搜一下PHP就能找到很多的PHP电子书.
      

  2.   

    $member=substr(md5(uniqid(rand(),true), 20, 6);
    使用这样的语句需要引用文件吗?我的意思就是:需要REQUIRE 吗?或者类似。net的
     using System;?
      

  3.   

    md5
    Calculate the md5 hash of a string (PHP 3, PHP 4, PHP 5) string md5 ( string str [, bool raw_output] )Note: The optional raw_output parameter was added in PHP 5.0.0 and defaults to FALSE 
    就是说MD5在PHP3、4、5中都可以用
    第二个输出多少位的参数必须在5中才可以用
      

  4.   

    php3什么年代了.找一些小例子玩玩吧.php一百例