感受生活、记录生活中的点点滴滴!

feed订阅 腾讯微博 新浪微博 qq 你好,欢迎光临! 

Tag Archives: php

php文件上传

2012.11.11 , , 1 Comment ,

php文件上传代码如下: <?php /** Array ( [filename] => Array ( [name] => 0ebb2da595a53999a4abaab1922d9896.gif [type] => image/gif [tmp_name] => C:\WINDOWS\TEMP\php33.tmp [error] =&...

php发送邮件类方法

2012.11.11 , , No Comments ,

首先去下载一个phpmailer的压缩包(随便一搜就可以找的到) 然后解压 代码如下: <?php require("phpmailer/class.phpmailer.php");   //引入文件(把刚才解压的那些文件放到对应的路径就可以了) $mail = new PHPMailer();   //实例化 $mail->IsSMTP();     ...

php添加过滤敏感词

2012.11.11 , , 7 Comments ,

<html> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <head> <title>后台</title> </head> <body> <form method="post" action...