So i just checked out the latest copy of the framework, and i noticed (very quickly :P) that Browser uses stripos() which is specific to PHP5. I am not planning on upgrading any time in the very near future; so here is a patch to allow for PHP4 to have the same functionality as stripos() using strpos() and strtolower(). Coleman