I have Ubuntu 10.10 with apache2, php 5.3.3-1 and mysql 5.1.
I am passing some values to a page via URL. On that page, if I do print_r($_GET), then I see the array contents. But if I do print_r($_REQUEST) the array is empty. Any ideas why this could be?
Also try check "request_order" option in php.ini: