thanks!!!
Search found 3 matches
- Sun Mar 14, 2010 11:39 am
- Forum: PHP - Code
- Topic: Help: alternating row colours in table php mysql
- Replies: 3
- Views: 523
- Sun Mar 14, 2010 10:17 am
- Forum: PHP - Code
- Topic: help with php mysql checkbox
- Replies: 1
- Views: 332
help with php mysql checkbox
My checkbox works: when i check it I see "new" and when not checked is see nothing ("") what i can't figure out is how do i make stick so when i go into modify view, if checked to stayed checked. right now, when i go to modify a record that has the box checked, it shows unchecked...
- Sat Mar 13, 2010 10:13 pm
- Forum: PHP - Code
- Topic: Help: alternating row colours in table php mysql
- Replies: 3
- Views: 523
Help: alternating row colours in table php mysql
So I managed to get my code to work to populate a table dynamically from mysql with php. Now I have to show alternating row colours in the table and I'm list... Any ideas?? Don't even know where to start... <?php require_once('../cms_config.php'); $myfilter=$_GET['catfilter']; if (isset($myfilter) &...