Posts by Ademir Colares • 11 points
1 post
-
1
votes1
answer373
viewsQ: ERROR while retrieving data from a form through $_POST[] in PHP
I created a simple form: <form action="php/cadastro.php" method="post" enctype="multipart/form-data"> <fieldset> <legend>Autor:</legend> <input type="text" name="autor"…