Settings | Sign in | Sign up

There is currently 1 post.

【php代码备份】链接区生成函数

Floor 1 巨大八爪鱼 8/15/10 10:56
function link_write($text_array,$link_array,$cur,$url_cur_name,$url_other){
$url='?'.$url_other.'&'.$url_cur_name.'=';
foreach ($text_array as $i=>$v){
echo '  ';
if ($cur==$link_array[$i]){
echo '<span class="bold">'.$v.'</span>';
}else{
echo '<a href="'.$url.$link_array[$i].'">'.$v.'</a>';
}
}
}

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.