View Single Post
ישן 22-04-06, 21:28   # 4
BlueNosE
אין כמו ב127.0.0.1
 
BlueNosE's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: כפ"ס
גיל: 32
הודעות: 4,086

BlueNosE לא מחובר  

אתה ממציא קודים?
PHP קוד:
$str "abcdef";
$en = array("a""b""c");
$en2 = array("d""e""f");
$en_rep str_replace($en2$en$str); 
__________________
עומר,
admin [@] rely.co.il

בניית אתרים Rely

סלנג מילון סלנג utter
  Reply With Quote