Login   Register  
PHP Classes
elePHPant
Icontem

File: sample.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Hadi Fanaee Tork  >  Yahoo Messenger PM send via PHP  >  sample.php  >  Download  
File: sample.php
Role: Example script
Content type: text/plain
Description: Sample File
Class: Yahoo Messenger PM send via PHP
Send instant messages to Yahoo messenger users
Author: By
Last change: Edited
Date: 2006-09-05 01:24
Size: 167 bytes
 

Contents

Class file image Download
<?
include("yim.php");
$YIM=new YIM();
$cookie=$YIM->login("your_yahoo_id","your_yahoo_id_password");
$YIM->send($cookie,"phpkar","I am using PHP YIM API :D");
?>