继续。。。
[code=php]function phpcode($code){
global $phpcode_htm,$codeid;
$code=str_replace("[attachment=","[attachment=",$code);
$codeid ++;
$phpcode_htm[$codeid]="<div style=\"font-size:9px;margin-left:5px\"><b>CODE:</b></div><div class=quote id='code$codeid'>$code</div><div style=\"font-size:11px;margin-left:5px\"><a href=\"javascript:\" onclick=\"CopyCode(document.getElementById('code$codeid'));\">[Copy to clipboard]</a></div>";
return "<\twind_phpcode_$codeid\t>";
}
[/code]