前期准备: Windows XP SP2 (其实系统只要是 98 以上都可以遵循这样的方法我认为) Apache 2本例中我选用了 2.2.2 for Win32 ……) http://archive.apache.org/dist/httpd/ PHP 5 (虽然版本数有点不吉利…… 但我还是毅然选择了 5.1.4 for Win32 Zip 版……) http://www.php.net/downloads.php MySQL 5 (5.1 尚不稳定…… 我们姑且还是选择 MySQL 5.0.22 for...[ 查看全文 ]
例子1:创建和使用你自己的JAVA类 创建你自己的JAVA类非常容易。新建一个phptest.java文件,将它放置在你的java.class.path目录下,文件内容如下: public class phptest{ /** * A sample of a class that can work with PHP * NB: The whole class must be public to work, * and of course the methods you wish to call * directly. * * Also note that from PHP the main method * ...[ 查看全文 ]
function cook_cooloff(){ global $PHP_SELF,$aid,$pgno; setcookie("OPEN_LIST",0,time()+ 31536000); Header("Location:$PHP_SELF?aid=$aid&pgno=$pgno"); exit; } //=============================================================== function cook_coolon(){ ...[ 查看全文 ]