I have my php class:
%pre%this class is where I get the data from the DB, to fill a drop-down list, this class communicates with another class that I use as a controller:
%pre%The problem is that when I run the page where my form sends me this error php: Parse error: syntax error, unexpected '' (T_STRING), expect function (T_FUNCTION) or const (T_CONST) in C: \ wamp64 \ www \ webprueba \ php \ modelo.php on line 2 What I understand is that you expect a parameter but I'm not sure, if you could guide me in this matter, thank you.