Login   Register  
PHP Classes
elePHPant
Icontem

File: example

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jeanneret Cédric  >  Check MSN  >  example  >  Download  
File: example
Role: Example script
Content type: text/plain
Description: simple example file
Class: Check MSN
Check MSN user online status with onlinestatus.org
Author: By
Last change:
Date: 2007-04-26 04:47
Size: 86 bytes
 

Contents

Class file image Download
<?php
$msn 
= new checkMSN('my_account');
echo (
$msn->isOnline())? 'Up' 'down';
?>