i am making a music site, like youtube but music instead of video, and i was wondering if it was possible to change the personal message on msn messenger to the name of the song and band that is playing... my database details are:

$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = '';

$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql');

$dbname = 'music';
mysql_select_db($dbname);

..............................................................................................................................

and my song column is: {$row['song_name']}
and my band column is: {$row['band_name']}

i know alot of php scripting but i just dont know how to do this...
can some one please help me,
Thankyou in advance,
:xbones:Vinny:xbones:

    Hm..

    I am fairly sure that you cannot do it from PhP, as your MSN messenger is completely separate from the server, is it not? (I do not use it). I thought these tools ran on the users home computer, and not on your server? So you would need to write a clever javascript plugin for MSN, I think, which links your site to the messenger?

    Edit: Had a quick search, and from this site it looks like you will have to dive into writing an applet through VB to achieve interaction with the MSN messenger

      Write a Reply...