$root="/home/homes"; include "$root/html/head.inc"; echo $head; echo ""; include "top.inc"; include "$lib_root/number_cruncher.inc"; $nc=new number_cruncher(); if (!$sort) { $sort="added"; } if (!$order) { $order="desc"; } if ($order == "desc") { $next_order="asc"; } else { $next_order="desc"; }; echo "
| New | |||||
| Address | Town | Agent | Added | Price | Profit |
| $row_list[address] | $row_list[town] | $row_list[agent_name] | $row_list[added] | $$row_list[asking_price] | $$row_list[profit] |