Skip to content

Instantly share code, notes, and snippets.

@aarvay
Created July 7, 2011 19:14
Show Gist options
  • Save aarvay/1070300 to your computer and use it in GitHub Desktop.
Save aarvay/1070300 to your computer and use it in GitHub Desktop.
Example #1 of SASTRAPWI
<?php
include('pwi/pwi.php');
$student = new PWI(array(
'regno' => 'xxxxxxxxx',
'pass' => 'ddmmyyyy',
));
echo $student->getAttendance();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment