<?php include_once("steam.class.php"); $steam = new steam(); $id = $steam->login("testacc","yeshello"); if (!$id) { die("Login Failed"); } ?>
info at phpclasses dot org