vBulletin 3 Request - Help with Debugging PHP Code
I have been rewriting a pre-existing mod, and when I test my php file, I get the following error:
PHP Code:
Parse error: syntax error, unexpected $end in /home3/charmeddark/public_html/auditionapp.php on line 520
I have done a fair amount of research, and from what I can gather it is a closing bracket or quotation that is missing, however, I have been unable to locate the specific line causing this issue. Also, Line 520 correlates to:
PHP Code:
?>
Due to limitations on threads, the source code of the php file in question, will be displayed in the next two posts below.
I appreciate any assistance with this issue that can be offered.