• Welcome to Web Hosting Community Forum for Webmasters - Web hosting Forum.
 

Recommended Providers

Fully Managed WordPress Hosting
lc_banner_leadgen_3
Fully Managed WordPress Hosting

WordPress Theme

Divi WordPress Theme
WPZOOM

Forum Membership

Forum Membership

parse error, unexpected $end - PHP error

Started by HRamesh, November 29, 2008, 04:06:28 PM

HRamesh

You might have received the error "parse error, unexpected $end" in your PHP script. Generally this error occurs if you forget curly bracket, double quotes (where it is required). etc.

Ramesh

ramsankeiio

You might have received the error "parse error, unexpected $end" in your PHP script. Generally this error occurs if you forget curly bracket, double quotes (where it is required). etc.

tustylish

Thank you say about parse error, unexpected $end

annahussy

Parse error is the one type of PHP error that occurs when you make some mistake in PHP code such as like missing semicolon, curly brackets, double quote, or any unexpected symbol in code.

littonbarney

This error is typically caused by a missing bracket used in PHP to denote content belonging to all loop. If you have are using the short form (<? ?> ) for PHP instead of the long form (<?php  ?>) you might be faced with this parse error when running your script on different systems.