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: