31.12.2016, 06:23
Hi,
If i escape something to variable
$escapedtext = escape(......);
If i assign to other variable like
$blablbla = $escapedtext;
Escaping still be in $blablbla?
If i escape something to variable
$escapedtext = escape(......);
If i assign to other variable like
$blablbla = $escapedtext;
Escaping still be in $blablbla?