Your search for "' . $strSearch . '" didn\'t return any results.

'; } } catch (Exception $e) { $strError = $e->getMessage(); } } commonHeader('Search results'); if ($strError !== null) { echo '

Error

'; echo $strError; } if ($strResult !== null) { echo '

PHP-GTK 2 manual search results for "' . $strSearch . '"

'; echo $strResult; } commonFooter(); ?>