祝大家新年快乐!新年新气象!
简易电话本
上一篇 /
下一篇 2008-02-27 16:06:54
/ 个人分类:php
查看( 1133 ) /
评论( 4 )
实在想不到能写点什么,就做了个简易在线电话本.
PHPChina 开源社区门户)^
R\MV?N#u比较简洁150行
代码.
PHPChina 开源社区门户Dgv8Q5d&|3E演示地址:
http://203.81.53.84/~wang/test/phone.php:l1R({4K"uM0数据库:
PHPChina 开源社区门户r_qD*did: 联系人编号
PHPChina 开源社区门户?p+W@*pname:联系人名称
PHPChina 开源社区门户(Y[(_\/ae9dK3Ephone: 电话号码
PHPChina 开源社区门户mXZ`P`J8q(Mqq: QQ号码
m0g9U`kpl(Z]l0six: 性别 0-男, 1-女
PHPChina 开源社区门户&_zxxQ9c{;BQMmPHPChina 开源社区门户;u_D7Cw9U7Z<?phpPHPChina 开源社区门户%YUj"^$u~2hn
CM
#数据库配置
d-r-DI6bts[I0D0$config['host'] = 'localhost';
"^ u
n*i*}}f*{0$config['username'] = 'webtable';PHPChina 开源社区门户-tF~A;\2^.cb5S(f
$config['password'] = '******';
zG5iYx#a!H_ T0#连接数据库
a/H|Y"mM _tm0mysql_connect($config['host'],$config['username'],$config['password']);
T2]@ N#k1UV0#使用数据库PHPChina 开源社区门户D"w1]S{
mysql_select_db('wang_web');PHPChina 开源社区门户B9^!C LT p3AuFwo
~ hcpVG5N6vl0#post数据处理
;D7{a8F'h*n`0$search_arr = array("/ union /i","/ select /i","/ update /i","/ outfile /i","/ or /i");
'F|qX.x{r^)d:~0$replace_arr = array(' union ',' select ',' update ',' outfile ',' or ');
2E&W+mdE5Sxa0