Posts by André Piropo • 11 points
1 post
-
1
votes1
answer186
viewsA: update_post_meta/add_post_meta de Inputs dinamicos
If what you are trying to do is pass data from the form to the database you can do it through this code: <?php //inclui os dados da database require_once('config.php'); //Conecta ao Mysql $link =…