I am getting this error:
Parse error: syntax error, unexpected 'Â Â Â ' (T_STRING), expecting function (T_FUNCTION) in C:\wamp\www\Banking\Banking.php on line 5
interface Execution
{
public function execute();
}
Line 5 is referring to public function execute();
What is wrong with the interface?
I checked the other problems with the same error but cant find one that is related to this.