You are here:
» Unexpected $end Parse Error In PHP
Unexpected $end Parse Error in PHP
This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.
Why am I receiving an unexpected $end parse error on the last line of my code?
Created by rabFloatreirl

2 years 15 weeks ago
Tags:
if you're experiencing this type of parse error, it is almost ALWAYS because of a missing closing brace or quote, making the script think it should still be running.
check your braces and quotes carefully, making sure you've closed every set you've opened.
Post Comment