#1 xpp1000
$title=$this->spArgs("title");
$content=$this->spArgs("$content");
$fg=$this->spArgs("fg");
$date=strtotime(date("Y-m-d H:i:s"));
$type=$this->spArgs("type");
echo $content;
print_r($content);
exit();
输出结果
ArrayArray ( [c] => gongyeadmin [a] => xinxisave [title] => 231 [content1] => [fg] => 0 [type] => 1 [button] => 提交 )
十分不解。
2010-12-27 15:05:37