You are here

hong 的blog

drupal_write_record

hong 的头像
Submitted by hong on 星期一, 2009-08-03 01:32

今天在弄drupal里面的文件上传是遇到这个问题,至今不明白,还没答案!希望有人知道这个问题!

<strong>先举个例子,来说明这个问题的大概出发点:</strong>

首先,创建一个函数:
<code>
function insert_file()
{
    //这里就是执行插入的过程!   insert date here!
 
}
</code>
当我调用这个函数时候!如下:
<code>
    insert_file(); //调用上面的函数
</code>

Subscribe to RSS - hong 的blog