I am trying to insert data into my mysql database but the values do not appear in the table
TABELA "users":
id 'int','11', 'notnull','primarykey','auto increment'
email 'varchar','11', 'notnull'
senha 'varchar','11', 'notnull'
<?php
$ema...
asked by
14.07.2017 / 07:47