Link to home
Start Free TrialLog in
Avatar of cbrune
cbrune

asked on

php-ajax tabs updating to show the count of records stored in a database

How do i have a tab in php that updates depending on the amount of records found.  Say I have a message table in my database and a message tab on my user page.  How do i have a tab that says (9) Messages on the tab button?  So basically it will call a storedproc in mysql and get the number of messages. and display it on the tab.
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial