PHP Parse error: syntax error, unexpected T_DNUMBER

I’m using Native Flash Radio on a web site to play my radio stream.

The flash player uses two PHP Scripts called inforadio.php and streamtitle.php.

The “Now playing song” in the player is not working yet, and in the Error log appears:

[21-Jun-2011 23:05:09] PHP Parse error: syntax error, unexpected T_DNUMBER in /home/lagaresc/public_html/Audio/streamtitle.php on line 51

LINE 51 = $aPathInfo = empty($sURL);

$aPathInfo expects a boolean value of either TRUE or FALSE since you made to test whether $sURL is empty or not.
Try to check if $sURL has been initialized or has a value assigned.

Sponsor our Newsletter | Privacy Policy | Terms of Service