default_search.php 85 B

12345678
  1. <?php
  2. require ("sphinxapi.php");
  3. $cl = new SphinxClient();
  4. $cl->Query('query');
  5. ?>