I have a client that does not want to use a DBMS for storing the email addresses the surfers input. Is there a class available that has a search function as well as an append?
I would like to have several "fields" separated by a tab or " : ".
Todd
I've been writing a lot of code using SQLite recently and I'd definitely recommend giving it a try. Take a look at www.php.net/sqlite for the PHP side of things and http://sqlite.org/lang.html for the supported SQL features/functions.
Regards, Stuart Gilbert.
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php