RE: [PHP] the problem in if

2004-03-24 Thread Pablo Gosse
German wrote: > the problem consists of which I must list all the tables of a data > base under SQL server, but I do not have idea of like doing it... Quick and dirty way: Download ADOdb (http://php.weblogs.com/adodb#downloads) and use their MetaTables() method http://phplens.com/lens/adodb/doc

[PHP] the problem in if

2004-03-24 Thread German
the problem consists of which I must list all the tables of a data base under SQL server, but I do not have idea of like doing it...