Then again you can just put the pear stuff into a subdirectory of your project site / whatever.
for PHP 4 >= 4.3.0 you could have a look at: http://www.php.net/manual/en/function.set-include-path.php for older versions you can use ini_set (@see same url) I've seen it done - works just as well. The pear libraries are PHP code anyway, so it doesn't really have to be installed like ImageMagick or TurckCache or something ... hth Richard Thursday, April 8, 2004, 8:09:09 AM, you wrote: > hi > yesterday i posted a msg about wanting to know if it was a good idea to > write a class that created/dealt with html forms and so on... somebody told > me to go look at html_quick_forms class and it looks good like everything i > would want to do but there is 1 problem: is there any classes for the same > thing out there anybody knows of that does the same thing but doesnt require > pear to be installed?? > i dont have access to pear on the servers i deal with and the admin refuse > to install it... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php