Re: [PHP-DB] TUDBC a new unified database API for PHP (Phalanger, Quercus), Ruby (IronRuby, JRuby), Java, C#, VB.NET, J#, and others

2008-09-14 Thread Post-No-Reply TUDBC
Thanks for your comment. I did some reading over the weekend. There were so many types of licenses out there, and reading and understanding all the details could be overwhelming. I read a bit about GPL (GNU General Public License, read GPL wiki http://en.wikipedia.org/wiki/GNU_General_Public_Licen

Re: [PHP-DB] solution reqd for summation of vertical columns in PHP

2008-09-14 Thread Niel Archer
> > On Sep 13, 2008, at 10:05 PM, Vaibhav Informatics wrote: > > > Please let me know if there is a simple method to total up the > > column values > > in Mysql database tables using php as in excel. > > I believe what you are looking for is count(fieldname) COUNT returns the number of rows.