in reply to Re^8: Help with CGI::WIDGET::TABS
in thread Help with CGI::WIDGET::TABS
The data shown will be from the query with the ? (a placeholder) replaced by the the active tab heading $tab->active
SELECT team as TEAM, url as URL FROM sports WHERE sport = ?
So you only get the data associated with that tab
poj
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Help with CGI::WIDGET::TABS
by dirtdog (Monk) on Aug 03, 2017 at 19:58 UTC |