Code: Select all
include 'template.txt';
$text str_replace ('{title}', $title, $text)
echo $text;can anyone help me??
(btw: why are all the checkboxes in this forum wonkey?!)
Moderator: General Moderators
Code: Select all
include 'template.txt';
$text str_replace ('{title}', $title, $text)
echo $text;Code: Select all
include 'template.txt';
$text = str_replace ('{title}', $title, $text)
echo $text;