Jump to content

Parse Error


SkyRanger

Recommended Posts

Could somebody please have a look at this and see if you see a problem:

 

Error

Parse error: syntax error, unexpected ',', expecting '&' or T_VARIABLE in request.php on line 32

 

Code starting on line 32

only comments above this

function fhrsam_requests(songID, samhost, samport)
{
   var path = "http://localhost/";
   reqwin = window.open(path+"request.php?songID="+songID+'&samport='+samport+'&samhost='+samhost, "_AR_request", "location=no,status=no,menubar=no,scrollbars=yes,resizeable=yes,height=400,width=550");
   reqwin.focus();
};

Link to comment
https://forums.phpfreaks.com/topic/260539-parse-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.