Have a search query that searches the db for a matching term.
Getting the following error:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in x:\xxx\xxx\xxx.com\search_results.php on line 64
Line 64 -
<?php $list['pSalesPrice']>'0' & $list['pSale']=="Y" ? print " <b>Was:</b> <strike>\$$list['pPrice']</strike><br><b>Now:</b> \$$list['pSalesPrice']</font> " : print "<b>Now:</b> \$$list['pPrice']"; ?>
I did import some data, (Excel to MySQL) but not adversely affecting anything but this. When I comment out line 64 things seem to works - sans this line obviously.