Posts by MDC • 56 points
4 posts
-
1
votes1
answer53
viewsA: Do not save information in mysql when I click on one of the radioboxes in the form
You should give a value to options like this: <select class="form-control" name="participanteEstadoCivil"> <!--<option>Selecione abaixo :</option>--> <option…
-
1
votes1
answer427
viewsA: Take the data from a select and declare variable
I’ll rework the answer with all the code for this case: <div class="span6"> <label for="formaPgto">Forma Pgto</label> <select name="formaPgto" id="formaPgto" class="span12"…
-
2
votes1
answer107
viewsA: Reload while while giving Submit
You could put a confirmation in the field without using that code but with a condition, that it showed only when the Submit had been clicked: if($_POST['submit']) { $sqlConfirma = "SELECT * FROM…
-
0
votes3
answers450
views