i get this error on business_view.php
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/mobst611/public_html/business_view.php on line 30
here is line 30
<td width="275" align="left">> <a href="http://business_view.php?page=class&id='.$r['classId'].'" target="_blank">View '.stripslashes($r['className']).' companies</a></td>
also get this on business_home.php
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/mobst611/public_html/business_home.php on line 107
You currently '.stripslashes($rank).' at '.stripslashes($r['busName']).' which is owned by <a href="http://viewuser.php?u='.$r['userid'].'" target="_blank">'.stripslashes($r['username']).'</a>.