זה מביא לי שגיאה
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;
?>