hi
i am using ajason + php + mysql + java script
my whole site is working fine on local intranet ( i am using wamp5 for this) but as i upload site on internet (on linux server) it starts giving me error. the error is
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/leanmach/public_html/AJASON/php/Ajax.php on line 66
i don't know how to rectify this error
on line 66 of ajax.php is
public function construct( $options = null )
{
parent::construct( $options );
}
its a part of class
class Ajax extends AjaxBase
please help me put of this problem