View Single Post
ישן 06-05-06, 08:54   # 5
-VladK-
הוסטסניון
 
-VladK-'s Avatar
 
מיני פרופיל
תאריך הצטרפות: Apr 2006
גיל: 34
הודעות: 2,182

-VladK- לא מחובר  

זה מביא לי שגיאה

Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in /home/afrsek/domains/---/public_html/Forum/text.php on line 3
Array
הנה הקוד:
PHP קוד:
<?php
$string 
file('text.tpl');
$string preg_replace('code','sss',$string);
echo 
$string;
?>
  Reply With Quote