View Single Post
ישן 01-07-10, 10:59   # 4
orelcn
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Jun 2007
מיקום: ירושלים
הודעות: 60

orelcn לא מחובר  

PHP קוד:

<?php

$html 
"text text wow text";
$html str_replace("wow"""$html);

echo 
$html;

?>

Last edited by orelcn; 01-07-10 at 11:56..
  Reply With Quote