Settings | Sign in | Sign up

The author has 1 post.

function unajaxcode($str){

Floor 1 产品的注销 12/26/10 21:22
function unajaxcode($str){
 $reg=array();
 $reg[0]=array('*1','*2','*3','*4','*5','*6','*0');
 $reg[1]=array('+','/','?','&','#','%','*');
 foreach ($reg[0] as $i=>$v) $str=str_replace($v,$reg[1][$i],$str);
 return $str;
}

Content converter:

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