1<?php
2
3require ("sphinxapi.php");
4
5$cl = new SphinxClient();
6$cl->SetSortMode(SPH_SORT_EXPR, 'sortby');
7$cl->Query('query');
8
9?>