This is a code to register the head of a group and then his partner(s).
session_start();
require_once(\'db.php\');
$db = new DB();
$db->newHead($_POST[\
It happened to me something similar a few weeks ago. I fixed it changing the php.ini
I changed
;extension=php_pdo_mysql_mysqlnd.dll
extension=php_pdo_mysql_libmysql.dll
to
extension=php_pdo_mysql_mysqlnd.dll
;extension=php_pdo_mysql_libmysql.dll
basically you change the mysql driver php uses. I used xampplite 1.7