Articles in the PHP Category
PHP, Problem & Solution »
In PHP 5, the following error may appears as an error entry in Apache error log or simply displays on PHP web page, even if calling to php scripts with php_info() works perfectly and successfully returns information on PHP configurations:
Parse Error: syntax error, unexpected $end in ….. scripts.php on line …
The error may caused by a missing curly bracket in PHP script coding. Beside, it may also caused by error in PHP coding in class definition, as in PHP, a class definition cannot be broke up and distributed into multiple …
Kedar Sapkota is a freelance Web Designer/Programmer from nepal. He is working with Joomla, Wordpress, Magento, Drupal and other opensource CMSs from long time.