I have two strings. One from DB, second generated inside PHP.
var_dump of them:
string(67) "https://xxxxx.xxxxxxxx.pl/pl/ubrania-tuniki?dir=asc&order=price"
string(63) "https://xxxxx.xxxxxxxx.pl/pl/ubrania-tuniki?dir=asc&order=price"
How is it possible?
$a==$b
bool(false)
or
strcmp($a,$b)
int(-14)