PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Carlos Ernesto López   PECO Energy Usage Data API   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PECO Energy Usage Data API
Get the energy usage from the PECO API
Author: By
Last change:
Date: 8 years ago
Size: 99 bytes
 

Contents

Class file image Download
<?php
   
include 'Peco.class.php';
   
$peco = new Peco($_GET['id'], $_GET['zip']);
    print
$peco->run();