Creating a Search Application -
(Page 21 of 29 )
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.
<?php var $_db; var $_searchterms; var $_numterms; ?> |
Next: >>
More Database Articles Articles
More By Matt Wade