Hello,
I'm making a PHP script and I've got a problem.
I get this error:
Parse error: syntax error, unexpected T_VARIABLE in /home/techhos/public_html/staff/radiospy.php on line 68
Here is line 66 - 68 (67 has nothing on it).
$spydata5 = mysql_fetch_array($get_spy_info5);
$open = fsockopen(""$spydata1['ip']"",""$spydata1['port']"");
If anyone has any ideas what I'm doing wrong, let me know. Thanks.

