I will be grateful if someone can point out where the error is occurring.
class hotel extends WishDBxyz{
public nomhotel;
protected idhotel, ile_idile, pays_idpays, chainehotel_idchainehotel, actif ;
}
Just on second line got the error Parse error: syntax error, unexpected (T_STRING), expecting variable (T_VARIABLE). I'm quite new to Object Oriented PHP and writting one class inheriting another class.