thanks. i kinda got something working with-
$threads_per_page = 12;
$increment++;
$thread_list_offset += $increment*$threads_per_page;
$query_PD = "SELECT FROM propertyWHERE*pavailable='1' AND synchDel !='1'
AND paddress1 like\"%$stname%\"
AND pprice>$minprice AND pprice<$maxprice
AND pg5>$MinBedrooms AND pg5<$MaxBedrooms
ORDER BY pforsdate DESC
LIMIT $thread_list_offset, $threads_per_page";
$result_PD = mysql_query($query_PD) or die ("Error in query: $query. " . mysql_error());