Warning: Unexpected character in input: ' in /home/www/charlestonfreakfinder.com/modules/friendfinder/index.php on line 93
Parse error: parse error, unexpected $ in /home/www/charlestonfreakfinder.com/modules/friendfinder/index.php on line 93
These are the errors I'm getting on my index page. Here is line 93:
<tr><td width=20> </td>
This is just an unimportant line in the middle of an echo statement. Here is the whole statement:
echo"<table width=450 border=0 cellspacing=0 cellpadding=5 align=center>
<tr><td colspan=2><p align=center>"._TEXTINDEX."</p> </td></tr>
<tr><td colspan=2><hr> </td></tr>
<tr><td width=20> </td>
<td><a href=add.php>"._TEXTINDEXADD."</a></td></tr>
<tr><td width=20> </td>
<td><a href=search.php>"._TEXTINDEXSEARCH."</a></td></tr>
<tr><td height=2 colspan=2><hr></td></tr>
</table>";
I'm kinda new to PHP. I normally write in ASP, ASP.net, and VB. I have the coder logic so if anyone can explain this to me I would be very thankful.