> > <snip> > All that said, you might want to invest some time in learning a DB > abstraction layer such as ADODb or PEAR::DB (there are lots of others). > You'll commonly find convenience functions to do things like output > query results into an HTML table. Why waste time debugging the wheel? > -- > Max Schwanekamp > http://www.neptunewebworks.com/ > Thanks Max, I will further look into look into this. PEAR::DB looks interesting! TD