Posted by cpptutor2000@yahoo.com on 08/28/06 00:55
Could some PHP guru please help me? I have very standard PHP - MySQL
application that reads in some data from a table and for each row, puts
a check box at the start of the row. Now the check boxes are variable
in number, depending only on the number of current records in the
database table. My question is: how do I count the number of check
boxes rendered at any one time. I tried having a global variable and
incrementing it each time a row is rendered on screen, but it does not
work. Any help would be greatly appreciated.
[Back to original message]
|