View Single Post
ישן 06-05-06, 20:59   # 18
RS324
תודה על תרומתך.
 
מיני פרופיל
תאריך הצטרפות: May 2006
הודעות: 3,173

RS324 לא מחובר  

אני לא יודע מה הסתבכת....

הנה בשבילך הקוד שעובד :

PHP קוד:
$text "this is my code and i want to replace all code words to something else";

$text preg_replace('/code/','mytest',$text);

echo 
$text
והתוצאה שקיבלתי כשהרצתי את הסקריפט :

ציטוט:
this is my mytest and i want to replace all mytest words to something else
עובד מצויין
  Reply With Quote