I have a internal page for people here where we display everyones certs on the page using a code like:
<img src="
http://ipv6.he.net/certification/create_badge.php?pass_name=lynxus&badge=2" border="0" />
This is great, However they are obviously unordered.
Is it possible to somehow get the cert level for a user? Id like to rank people by their level.
IE: My page talks to a DB to get the names, Then would like to talk to HE.net to get that users cert level.
This would update the local database and display as needed here ( Querying he.net once an hour or so? )
Is this possible?
it would be great if you had a php page that could just return the level?
ie:
level.php?username=lynxus
would return a blank page with the word "sage" ?
Any thoughts?
Thanks guys