oldputz1990
Erfahrenes Mitglied
Gibts keine andere Lösung?
du meinst so?
du meinst so?
PHP:
<?php
$string = str_replace('{zurück}', 'etwas anderes', '$bodytext');
?>
<html>
<head>
<title>asdf</title>
</head>
<body>
<?php
$bodytext = '
....
...
...
{Zurück}
...
....
';
?>
</body>
</html>