[PHP] menu / navigation class

2001-02-15 Thread scottrus
All - I'm looking to see if anyone knows of a php class for menu navigation. I'm looking for a pure php / html solution and would like to have the following features: bread crumb trails like: "Home >> Level 1 >> You are here" tree style menu navigation (unlimited levels) tree layout not de

Re: [PHP] PHP 4 on RedHat 7

2001-02-13 Thread scottrus
Mike - As root run /sbin/ldconfig -v > /tmp/libs.txt then check the /tmp/libs.txt file to ensure that xmltoc was actually found. If it's not and it is on your drive then verify the paths in /etc/ld.so.config and run /sbin/ldconfig -v again after making any changes. libxml != xmltok afaik. -- Sc

Re: [PHP] mysql_error() not really helping

2001-02-13 Thread scottrus
Christian - You need to be checking the return values of the mysql_*() functions. Make sure you're not calling them with a @mysql_*() as that will disable error reporting. Perhaps you should give us some examples of what's failing and how? Also, if the server isn't yours the server admin may ha

Re: [PHP] PHP 4 on RedHat 7

2001-02-13 Thread scottrus
Mike - You're not 100% specfic (or I'm not 100% clear) on what you've tried to do to fix this but here's a basic recipie which should work for you. (it has for me.) 1) Get the current php src.rpm file from the Red Hat 7 errata and install it. 2) cd /usr/src/redhat/SPEC/ and edit the php.spec fil