Using this snippet, I do not seem to be getting the sort order or page limitation recognized. Is there a snippet issue or an idx issue? Please advize.
#95003#
<?php
$_REQUEST['search_zip'] = '95003';
$_REQUEST['page_limit'] = "5";
$_REQUEST['sort'] = "ASC"; // Lowest to highest
include 'idx/common.inc.php';
include 'idx/inc/php/pages/snippet.php';
?>

Reply With Quote

