Three private class variables will be declared. The will be used to store the database connection identifier, the search terms, and the number of search terms.
<?phpvar $_db;var $_searchterms;var $_numterms;?>
Next: >>
More Database Articles ArticlesMore By Matt Wade