Back To PHP PDO MySql
'); $count = $dbh->exec("INSERT INTO student VALUES (3,'abcdfg',11,78)"); print($count); $dbh = null; } catch(PDOException $e) { print($e->getMessage()); } ?>