How can you filter the language for the Search Engine Script? If I want to display results in Portuguese or only results in Brasil? I've tried adding the 'restrict' and 'lr' commands to the query url but doesn't seem to work, for example: $handle = @fopen ("http://search.digitalpoint.com/?lr=lang_pt&q=" . urlencode ($q) . "&key=" . urlencode ($key) . "&site=" . urlencode ($site) . "&start=" . min (990, $start) . "&spell=" . $spelling, "r"); PHP: