Counter?
Posted: Mon Jan 18, 2010 5:30 am
Here is my current code
this shows:

basically i want to add a counter next to the text
i.e. In the workshop box i want it to count all the calls in: workshop.php?statfilter=Open Calls&&queuefilter=Cedar
Any help would be greatly appreciated..!
Code: Select all
<table width=100% height=66% cellspacing=1 cellpadding=0 class=smooth>
<tr><th colspan=8 style='text-align:center;background:red;font-size:30px;'><a href='firstline.php?Priority=High' style=color:white;><?echo"Priority"?></th><th colspan=8 style='text-align:center;background:orange;font-size:30px;'><a href='firstline.php?statfilter=Open Calls&&queuefilter=1st Line Support' style=color:white;><?echo"Routine"?></th></tr>
<tr><th colspan=8 style='text-align:center;background:green;font-size:30px;'><a href='workshop.php?statfilter=Open Calls&&queuefilter=Cedar' style=color:white;><?echo"Workshop"?></th><th colspan=8 style='text-align:center;background:blue;font-size:30px;'><a href='support_visit.php' style=color:white;><?echo"Work Req"?></th></tr>
</table>

basically i want to add a counter next to the text
i.e. In the workshop box i want it to count all the calls in: workshop.php?statfilter=Open Calls&&queuefilter=Cedar
Any help would be greatly appreciated..!