View Single Post
ישן 02-07-06, 15:46   # 4
drowkid
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Apr 2006
מיקום: מרכז - איזור כפ"ס
הודעות: 138

drowkid לא מחובר  

PHP קוד:
function no_inc($str)
{
$str str_replace('"''&#34"'$str);
$str str_replace("'""&#39"$str);
$str str_replace("`""&#96"$str);

$str str_replace('(''&#40"'$str);
$str str_replace(")""&#41"$str);

$str str_replace(";""&#59"$str);

return 
$str;

היה לי משעמם
__________________

Last edited by drowkid; 02-07-06 at 15:52..
  Reply With Quote