Hi. I need to read urlencoded data from POST request. So far I have tried $_POST['name'], but this converts each input %5C to two backslashes (instead of one) and %00 to \0 (slash zero, not zero byte) for some reason. Is there any other way to read the data apart from parsing php://input myself? Thanks in advance for any response. -- Marek 'MMx' Ludha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php