Thread
:
PHP Translator Tool
View Single Post
#
6
(
permalink
)
04-23-2007, 06:04 AM
lindworm
Senior Member
Posts: 71
Hello,
nice tool!
I added the line
PHP Code:
$inputtext
=
str_replace
(
"\\\'"
,
"\'"
,
$inputtext
);
in the function cleanText
Because there came many backslashes before the \'
lindworm
View Public Profile
Find all posts by lindworm