karimali831 Posted July 21, 2010 Share Posted July 21, 2010 Hi, I'm looking for a show/hide script for my php page. I tried some but didn't work, this is how I want it: $teamstats.= ' <tr> <td bgcolor="'.$bg1.'" valign="top" rowspan="7">Matches:<br> // TOGGLE - SHOW-HIDE</td> <td align="left" bgcolor="'.$bg1.'"><img src="images/cup/icons/add_result.gif" width="16" height="16" alt="" /> Total Matches: <a href="?site=matches&action=viewmatches&clanID='.$ds['ID'].'">'.$totaltotalusermatches.'</a></td> </tr> //CONTENT TO SHOW/HIDE <tr> <td align="left" bgcolor="'.$bg2.'"><img src="images/cup/icons/add_result.gif" width="16" height="16" alt="" /> Open Matches: <a href="?site=matches&action=viewmatches&clanID='.$ds['ID'].'">'.$openmatches.'</a></td> </tr> <tr> <td align="left" bgcolor="'.$bg1.'"><img src="images/success.png" width="16" height="16" alt="" /> Matches Won: <a href="?site=matches&action=viewmatches&clanID='.$ds['ID'].'">'.$matcheswon.'</a></td> </tr> <tr> <td align="left" bgcolor="'.$bg2.'"><img src="images/error.png" width="16" height="16" alt="" /> Matches Lost: <a href="?site=matches&action=viewmatches&clanID='.$ds['ID'].'">'.$matcheslost.'</a></td> </tr> <tr> <td align="left" bgcolor="'.$bg2.'"><img src="images/icons/online.gif" width="16" height="16" alt="" /> Confirmed Matches: <a href="?site=matches&action=viewmatches&clanID='.$ds['ID'].'">'.$confirmedmatches.'</a></td> </tr> <tr> <td align="left" bgcolor="'.$bg1.'"><img src="images/cup/icons/pending.gif" width="16" height="16" alt="" /> Pending Matches: <a href="?site=matches&action=viewmatches&clanID='.$ds['ID'].'">'.$pendingmatches.'</a></td> </tr> <tr> <td align="left" bgcolor="'.$bg2.'"><img src="images/cup/icons/opened_protest.gif" width="16" height="16" alt="" /> Match Protests: <a href="?site=matches&action=viewmatches&clanID='.$ds['ID'].'">'.$matchprotests.'</a></td> </tr>'; anyone can help please? Quote Link to comment Share on other sites More sharing options...
trq Posted July 22, 2010 Share Posted July 22, 2010 And your code? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.