i get this error when i run the following code.
Parse error: parse error, unexpected T_CONCAT_EQUAL in /home/goc2d/public_html/blocks/chat_info.php on line 67
content .="<script type=\"text/javascript\">";
how do i fix it?
I would guess you want a "$" prepended to "content" to make it a variable?
wow ya im an idiot i forgot to put that in.