set_search_function('quick'); $sr->do_search(); $sr->set_find('another'); $sr->do_search(); /*************************************** ** Some ouput purely for the example. ***************************************/ header('Content-Type: text/plain'); echo 'Number of occurences found: '.$sr->get_num_occurences()."\r\n"; echo 'Error message.............: '.$sr->get_last_error()."\r\n"; ?>