hey you guys, eclipse is throwing an error at me when I try to do this:
if ($index === 0) { echo "<td><a href='https://www.ip-tracker.org/locator/ip-lookup.php?ip='" . $col target='_blank'>$col</a></td>"; }
else { echo "<td>$col</td>"; }
$index++;
what am I doing wrong? I’ve tried almost all incarnations I can think of! putting the var in single quotes, double quotes, and many other things. the error is: multiple annotations found at this line. unexpected "/"