Posts by Igor Donizete • 1 point
2 posts
-
0
votes0
answers237
viewsQ: Error trying to install mysql-Connector-Python
I have installed version 3.6.5 of Python, and decided to install the "mysql-Connector-python-8.0.11-py3.6", but it returns an error that does not find such an installed version, it will need…
-
0
votes1
answer76
viewsQ: PDO data entry, doesn’t it work?
I am trying to create a registration page with PDO however, it does not perform the insertion and does not present error, which can be? include "../pages/sqlconn.php"; $name = $_POST["name"]; $email…