


$homet = $storydetails['hometext']; // perex článku 
$bodyt = $storydetails['bodytext']; // zbytek


$orig_word = "něco"; // výraz
$replacement_word = "něco2X"; //abych to pak zas poznal


$homet = str_replace($orig_word,$replacement_word,$homet);
$bodyt = str_replace($orig_word,$replacement_word,$bodyt);


$thetext = "";
$thetext .= "<div id=\"clanky_obsah_hlavni\">";
$thetext .= $homet;
$thetext .= $bodyt;
$thetext .= "</div>";


echo $thetext;


Obsah fóra BLASSENweb » Rady a porady - ostatní
![]() |
|