Im trying to figure out why i'm getting an error in this section of the code from the item market mod Nicholas made several years ago. The error i'm getting is...
Parse error: syntax error, unexpected '=' in.... /itemmarket.php on line 364
and lines 361 through 365 are...
if($r['imADDER'] == $userid) {
$link = "[[url='?action=remove&ID=".abs(intval($r[']Remove[/url]]";
} else {
$link = "[[url='?action=buy&ID=".abs(intval($r[']Buy[/url]]";
}
Im pretty new to learning php but based on what i have looked up i can't figure out what is wrong with the ='s in line 364... and line 362 doesn't seem to be producing an error and is formatted the same way. Any help would be greatly appreciated. Thanks.
*** EDIT... Got it figured out. Thanks.***