i am getting this parce error:
Parse error: parse error, unexpected '[', expecting ',' or ';' in /home/www/jonvarley/trade/new/search.1.php on line 56
from this line of code:
<tr><td bgcolor="gray"><?php echo $data['user_id']; ?> <a href="listing.php?id=<?php echo data['id']; ?>">View Complete Listing</a> Listing ends in <?php echo $time_left; ?> on <?php echo date('d-m-Y', $otstamp); ?>; </td></tr>
I can't seem to find the problem in this line, if you could help i would greatly appreciate it! Thank-you