|
Posted by Jerry Stuckle on 08/28/06 12:42
cpptutor2000@yahoo.com wrote:
> 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.
>
A variable should work quite fine, whether a global or not. But it's
hard to see what your problem is without some code.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|