sql >> Base de Datos >  >> RDS >> Mysql

MYSQL Insertar botón Enviar PHP

también, <form> debe ser <form method='post'>

en lugar de onclick = post() cámbielo a name='post'

y en lugar de function post(){ hazlo if($_POST['post']){