PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Dean Poot   Steam Community Wrapper   example.php   Download  
File: example.php
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: 15 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");
}


?>