
10-04-2008, 08:02
|
|
|
|
חבר מתאריך: 13.12.05
הודעות: 1,963
|
|
קוד PHP:
$this = array(' ', '.', "'", '?', '"' ,',', ')', '(', ';', '\\', '/', '!'); $withthis = array('_', '', '', '', '', '', '', '', '', '', '', ''); $subject_link=str_replace($this, $whitthis, $subject);
|