pcw Posted February 20, 2009 Share Posted February 20, 2009 Can anyone tell me what I have done wrong with this string? I keep getting the following error: Parse error: parse error, unexpected T_VARIABLE in sb.php on line 435 When i do a syntax check. $out .= join( "$v1 ", map ("<a href=pm.cgi?action=display&login=$_&session={$input['session']}>$_</a>") $favorites); Link to comment https://forums.phpfreaks.com/topic/146106-join-error/ Share on other sites More sharing options...
Mchl Posted February 20, 2009 Share Posted February 20, 2009 The direct reason is $favorites sitting there and doing nothing. Are you sure join is the function you need? Read on arguments it needs. Link to comment https://forums.phpfreaks.com/topic/146106-join-error/#findComment-767024 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.