Currently I am getting
Parse error: syntax error, unexpected ''&i='' (T_CONSTANT_ENCAPSED_STRING) in /home/some/thing/index.php on line 45
which is the line below:
$content = '<iframe width="100%" height="70" frameborder="no" scrolling="no" src="http://example.com/player/audio.php?mp3=http://www.example.com/mp3embed-'.$secret.'.mp3''&i='.$row['image'].'&s='.$songz.'&a='.$artistz.'"></iframe>';
I am not completely sure what I am doing wrong here but I feel like what ever it is sort of indicates that i'm a goofy goober.