Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\xampp\htdocs\erov\components\com_chronocontact\chronocontact.php(526) : eval()'d code on line 5
in Autogenerated code:
etc '".JRequest::getVar('functie','' 'post', 'int', 0 )."' , etc
so no entries in db
there was systemativcally missing a "," and it should by 'string' (in my case) and not 'int'
should be
etc '".JRequest::getVar('functie','', 'post', 'string', 0 )."' , etc
in Autogenerated code:
etc '".JRequest::getVar('functie','' 'post', 'int', 0 )."' , etc
so no entries in db
there was systemativcally missing a "," and it should by 'string' (in my case) and not 'int'
should be
etc '".JRequest::getVar('functie','', 'post', 'string', 0 )."' , etc