If anyone else have the same problem, it is enough to turn off the magic quotes. -- Marek 'MMx' Ludha On 9/22/06, Marek 'MMx' Ludha <mludha@xxxxxxxxx> wrote:
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