I'm not certain if this is more an HTML question or a PHP issue, but...

I'm creating an account management system, where each client can have 
multiple accounts, each account can have multiple users, and each 
user can make multiple requests.

I've created a SQL Query that returns a list of all user requests, 
based on userID. I'd like to format the display so that it looks like:

(white)  $no   $date     $subject                         $priority 
$status
(grey)    $no   $date     $subject                         $priority 
$status

how do I tell php to switch the background color of a row in a table, 
automatically?

Alnisa
-- 
   .........................................
    Alnisa  Allgood
    Executive Director
    Nonprofit Tech
    (ph) 415.337.7412  (fx) 415.337.7927
    (url)  http://www.nonprofit-techworld.org
    (url)  http://www.nonprofit-tech.org
    (url)  http://www.tech-library.org
   .........................................
    Nonprofit Tech E-Update
    mailto:[EMAIL PROTECTED]
   .........................................
    applying technology to transform
   .........................................

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to