
Michel Pineau - 2013-11-10 16:58:46
Sorry: I'm a PHP beginner: can't find the problem when using the package:
*** Error message:
Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in G:\Program Files\wamp\www\simpleMySql\MySQL.php on line 14
*** This is line 14 in MySQL.php :
self::->connect();
Thanks very much!
M.P.