-
2011-01-27
Send email from php
Today, I test the mantisbt's email notification system, found it does not work.
refer to the advice: http://www.mantisbt.org/forums/viewtopic.php?f=3&t=15398&p=38882
run the testmail.php
code:require_once "Mail.php";
$from =... -
2009-03-27
A HOWTO on Optimizing PHP(RT)-1
RT from :
http://phplens.com/lens/php-book/optimizing-debugging-php.php
Last revised 28 Feb 2005. If you want to see what has changed, search for this date in this article.
If you like this article, visit my blog... -
2009-03-13
A HOWTO on Optimizing PHP(RT)
Copy From: http://phplens.com/lens/php-book/optimizing-debugging-php.php
Author: I dont know A HOWTO on Optimizing PHP PHP is a very fast programming language, but there is more to optimizing PHP than just speed of cod... -
2008-11-24
PHP在RS232串口通讯协议的应用演示(RT)
原文:http://bbs.chinaunix.net/viewthread.php?tid=771726
[硬件 通讯]PHP在RS232串口通讯协议的应用演示[测试环境WinXP/PHP5.1.4]
1. 预先的知识:
什么是RS232/RS484及其应用?
QUOTE:RS232接口就是串口,电脑机箱后方的9芯(或25芯)插座,旁边一般有 "|O|O|" 样标识。
一般机箱有... -
2008-03-14
PHP SOAP扩展
-
2008-02-20
Call to undefined function mysqli_connect
you should be able to work with mysqli with this changes: -
2007-05-29
Windows下PHP5和Apache的安装与配置
在这里以PHP5为例介绍一下Windows下Apache和PHP5的安装与配置方法。
-
2006-11-30
Serializing XML With PHP
PHP has always been ahead of the curve when it comes to supporting new technologies - and XML is no exception. Early versions of PHP came with basic XML support built in; newer versions improved on this by adding support for new XML protocols and technologies like the DOM, WDDX and SOAP, making PHP one of the most versatile and flexible tools for XML application development.
-
2006-11-10
zend studio debug
zend studio debug
zend studio version 5.1.0
php version 5.1.1
mysql version 4.1.1
*very important*
the version of zend MUST correcptive to php, .... -
2006-04-04
Some hints for PHP object model
notes for <Core PHP Programming> Chapter 6.







