Help please!
I was trying to allow Preview text on search results only and opened search.php with notepad, made a change, uploaded, got strange error, removed change, uploaded and now I get the error below on any search.
Parse error: syntax error, unexpected T_STRING in /home/ozgrid/public_html/forum/search.php on line 819
On line 819 is this
What have I done and how do I fix it. Thanks
I was trying to allow Preview text on search results only and opened search.php with notepad, made a change, uploaded, got strange error, removed change, uploaded and now I get the error below on any search.
Parse error: syntax error, unexpected T_STRING in /home/ozgrid/public_html/forum/search.php on line 819
On line 819 is this
PHP Code:
$displayCommon = "<p class="j">$vbphrase[words_very_common] : <b>" . implode('</b>, <b>', htmlspecialchars_uni($display['common'])) . '</b></p>';
Comment