You are not logged in.
Pages: 1
I'm trying to find a way to get a list of all licenses, and where they are currently used.
Something like this, but cleaned up:
for($tab["ID"] = 0; $tab["ID"] <=99999;$tab["ID"]++)
{
if ($soft->showForm($_SERVER['PHP_SELF'],$tab["ID"],$tab['search_software'])){
showLicenses($tab["ID"],1);
}
}
All I really need at the top of each list is the software name and manufacturer, not the whole details like that does.
It should also just skip non-existant IDs.
Can anyone provide me with a better way of acheiving this report?
Offline
bump
Offline
Someone out there must be more familiar than me with this..?
Offline
Pages: 1