PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Dean Poot   Steam Community Wrapper   ???   Download  
File: ???
Role: Example script
Content type: text/plain
Description: Example
Class: Steam Community Wrapper
Authenticate and get games of Steam community user
Author: By
Last change:
Date: 16 years ago
Size: 162 bytes
 

 

Contents

Class file image Download
<?php

include_once("steam.class.php");

$steam = new steam();

$id = $steam->login("testacc","yeshello");

if (!
$id) {
    die(
"Login Failed");
}


?>