I am looking for a search engine that will shift through a sql server 7.0
for data. If anyone knows of any packages like that please let me know.
Ryan Conover
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO
I have two classes. Class box is basically a sub class that is only called
from the Class Print. The problem is I would like to have an array in Class
Print that will store instances of Class box.
example
class Print{
var arrayofboxes = array();
//other stuff
$tempbox = $this