Skip to content

Instantly share code, notes, and snippets.

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