I have started using the PEAR HTML_Table Class in some of my coding but I have run into this small problem, I have a function that prints a complex form ellement (part of a class to create chained selectors that I got from http://www.zend.com/zend/tut/drop-down.php). The problem lies in the fact that the function that prints the selectors prints the information directly while the table class takes the information and saves it to be printed later.
What I end up with currently is my Select lists printed above my table rather than in it.
Does anyone know of a way to work around this?
Many thanks and please tell me if this is confusing...I'm not sure I explained it well.
-Andy