function unsuck(& $text)
{
if (strpos($text, "\'")){
do{
$text = str_replace("\'", "'", "$text");
}while(strpos($text, "\'"));
}else if (strpos($text, "\"")){
do{
$text = str_replace('\"', '"', "$text");
}while(strpos($text, '\"'));
}
//$text = str_replace('\n', ' ', "$text");
return($text);
}
$msg="";
$arr=file("admin/new_th.txt");
for ($i=0;$i
=stripslashes($msg); ?> |