Sorry for double posting, but I got this error now that I installed it. When I view a post I get at the top of the page:
Warning: Cannot add header information - headers already sent by (output started at /home/bw/public_html/vb/admin/functions.php:5035) in /home/bw/public_html/vb/admin/functions.php on line 3465
And like, the code you told me to insert, I put this:
//Currently listening to hack -Zajako
If ($post[field6]=="")
{
$currentplaying="";
}
else
{
$currentplaying='Currently listening to:<br> <marquee><img src="http://www.audio-tracker.com/song.php/'.$post[field6].'"></marquee>';
}
and yes field 6 is the field. Also, whenever I view a post bit, I dont see the song title. Its just blank... HELP!
|