黄金搭档
摘要:MySQL中文参考手册http://www.tuqiu.com/study/mysql/mysqlcn/manual_toc.html
阅读全文
Zend介绍
摘要:用Zend Encode编写开发PHP程序 http://www.sina.com.cn 2001/08/29 11:17 赛迪网-中国计算机报 薛启康 Zend Encode的工作原理 使用PHP的人都知道,它是一个脚本编程工具,用它写的程序,必须以源码的形式放置在Web服务器上,所以我们无法保护自己的源代码。大家都知道任何一个脚本程序的执行...
阅读全文
CURL --- 命令行浏览器CURL
摘要:CURL --- 命令行浏览器CURL? 嗯,说来话长了~~~~这东西现在已经是苹果机上内置的命令行工具之一了,可见其魅力之一斑1)二话不说,先从这里开始吧!curl http://www.yahoo.com回车之后,www.yahoo.com 的html就稀里哗啦地显示在屏幕上了~~~~~2)嗯,要想把读过来页面存下来,是不是要这样呢?curl http://www.yahoo.com > p...
阅读全文
How to install PHP 5.x on Windows Server 2003 with IIS 6
摘要:How to install PHP 5.x on Windows Server 2003 with IIS 6 http://www.peterguy.com/php/install_IIS6.html A detailed and hopefully helpful step-by-step guide, based on my experience. Last...
阅读全文