Posted by Toby Inkster on 12/11/06 07:00
lucavilla wrote:
> Yes, it requires a couple a strange PHP libraries (Xajax and PEAR::DB)
> that my hosting provider doesn't have installed... :(
It may well be possible for you to install them yourself. For most PHP
libraries, it's a simple matter of creating a directory called "includes"
in your web root; using ".htaccess" in that directory to make all the
files inaccessible to browsers; copying the required files into that
directory; and then adding that directory to your PHP includes path (which
can also be done using a ".htaccess" file).
If you need details, try comp.lang.php.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
[Back to original message]
|