hi folks,
hab nen kleinen problemchen mit der funktion strtr.
wenn ich folgende syntax ausfühe :
$inhalt_replace = strtr($inhalt_in,"[img]","<img src="");
$inhalt = strtr($inhalt_replace,"[/img]","">");
erhalte ich als ergebnis:
<img http:>>localhost:5531>_admin>>images>pma_logo.png<>img
obwohl das ganze nach meinem plan wie folgt ausschauen soll
<img src="http://localhost:5531/_admin/images/pma_logo.png">
was mach ich falsch???
thx for help.
tschau