php开发
文章平均质量分 80
morsth
这个作者很懒,什么都没留下…
展开
-
php的一个移动文件夹的程序了
function move_d($source,$target){ if(is_dir($source)){ $dest_name=basename($source); if(!mkdir($target.$dest_name)){ return false; } $d=dir($source); while(($entry=$d->read())!==false){ if(is_dir($sou转载 2006-05-04 20:57:00 · 872 阅读 · 0 评论 -
php发送邮件的一个类
class smtp{/* Public Variables */var $smtp_port;var $time_out;var $host_name;var $log_file;var $relay_host;var $debug;var $auth;var $user;var $pass;/* Private Variables */var $sock;/* Constracto转载 2006-05-04 20:59:00 · 958 阅读 · 0 评论 -
在线编辑fckeditor
It is very easy to use FCKeditor in your PHP web pages. All the integration files are available in the official distributed package. Just follow these steps. Step 1Suppose that the editor is原创 2006-05-11 16:46:00 · 1000 阅读 · 0 评论