DP search engine script... How to filter language?

Discussion in 'Products & Tools' started by cgo85, Oct 13, 2008.

  1. #1
    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:
     
    cgo85, Oct 13, 2008 IP