hallo,
hab heute mal ein problem, das zum verrecken nicht weg will:
klar, kein problem einfach:
ergebnis: nada ... die slashes bleiben.
auch ein zusammenspiel mit
- urlencode/decode
- rawurlencode/decode
- stripslashes auf $_GET + in der imageTTFText
- umwandlung zu utf-8
... das ergebnis bleibt dasselbe ... die slashes sind und bleiben im bild
(sowohl win/php4.1.1, als auch linux/php4.3.4).
jemand eine idee?
thx wurzel
hab heute mal ein problem, das zum verrecken nicht weg will:
PHP-Code:
$_GET['text'] = "bla \\ ' bla \\\\ blalala \\" ";
//^^ so kommt der standardmäßig text an
PHP-Code:
ImageTTFText($im, $fontSize, 0, $x $y, $color, $font, stripslashes($text));
auch ein zusammenspiel mit
- urlencode/decode
- rawurlencode/decode
- stripslashes auf $_GET + in der imageTTFText
- umwandlung zu utf-8
... das ergebnis bleibt dasselbe ... die slashes sind und bleiben im bild
(sowohl win/php4.1.1, als auch linux/php4.3.4).
jemand eine idee?
thx wurzel
Kommentar