PHP Classes

File: sample.php

Recommend this page to a friend!
  Classes of Hadi   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: 17 years ago
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");
?>