I'm using PEAR on a hosted website and I want to use the MDB2 package.
Every site on the web initializes the MDB2 package with an require('MDB2.php')
.
Sadly, my web host only provides to me the location of the main PEAR.php
file.
But I think I remember a method of including PEAR packages without specifically including them by file name, but using the global PEAR
class by calling some static function.
Sadly I ran through the documentation several times and tried to Google every combination of keywords that could help me find the solution but I didn't find it.
So, is this possible?? And if so, how do I do so??
Thanks a lot, I've been looking for multiple hours now :(
Steven