Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Parsing Error: Unexpected $ at the end of PHP file

New Here ,
Nov 13, 2009 Nov 13, 2009

I have been programming in PHP for about 6 months now and this is a first for me.

I have created a FTP upload PHP file and I keep getting this parsing error no matter what I do !?

Parse error:  parse error, unexpected $ in ................................./html/upload_video.php on line 183

The only thing I have on line 183 is ?>  The end of my PHP file.  I've spent 2 hours trying to get rid of this problem.

HELP !    Any help would be greatly appreciated !

TOPICS
Server side applications
463
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Nov 13, 2009 Nov 13, 2009

If I were a mind reader I wouldn't have to say post your code so that others can see what the problem may be.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 13, 2009 Nov 13, 2009
LATEST

You are right and very sarcastic at the same time.  My bad....however, I figured out the problem, I did not close out my mysql connection and I had an extra if "}" at the end of my code.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines