I call a script... aaa.com/script.php?id=xxxxxxx ...and I need to get the xxxxxxx part with $_GET['id'] BUT WITHOUT automatic urldecode. In other words: I want to keep all the %2f and %3a etc. inside the xxxxxxx Is that possible? No, urldecode($_get) is not possible, because the xxxxxx part has been...