| Here in Switzerland we are still at the beginning of fully exploiting the
advantages ADSL gives to the advanced internet-surfer. I for myself am not
using ADSL and I will never be able to as long as I live with my parents since
our house cannot be equipped with that technology since the distance between the
house and the next Swisscom POP is too far.
However: I am a coder in the company responsible for Adsl.ch
and I have written a PHP-Interface to the XML-based ADSL-Checker provided by Swisscom.
The XML interface is basically the same you can see at linecheck.ch,
but without any presentation layer which allows you to create your own user interface.
On superspeed.ch we did this in the box at the top right and with our SMS-Checker.
The PHP-Class on this page is capable of parsing the XML-Answer of the Swisscom-Checker,
has workarounds for the checker not following its own DTD and giving a nice interface for
all the different error-situations. If you want to create your own Number-Checker, feel free
to use this class.
|