Questions tagged as 'html'

1
answer

Using PHP to send a reply from a form to my Email and is giving the error 405 Not Allowed

Every time I click to submit the form it gives this error! How can I resolve this? HTML Form Code 5: <form class = "col s12 m4 offset-m4 l4 offset-l4" action="submit_form.php" method="post"> <div class="row"> <d...
asked by 25.12.2017 / 19:42
1
answer

Generate notification on the web platform every time a new form arrives

I am developing two applications one web (service) and another mobile (consumes the service), in apk the user send forms to the web application, hence I would like to create a kind of notification for each new form that the server receives. Simi...
asked by 31.12.2017 / 17:41
1
answer

Problem with slide show img's

Code: // Can also be used with $(document).ready() $(window).load(function() { $('.flexslider').flexslider({ animation: "slide", controlsContainer: $(".custom-controls-container"), customDirectionNav: $(".custom-navigati...
asked by 29.12.2017 / 16:21
1
answer

Register selected checkbox values with php and pdo [closed]

I can not include the selected courses I would also like to know how to register them separated by a "-" <div class="form-group"> <label for="checkbox" class="col-sm-3 control-label">Cursos</label> <div class...
asked by 19.01.2018 / 10:58
1
answer

Submit file with jquery

Good afternoon, I need a code that simulates the submission of an input file file that when selected some value, it submits to the php in the same way as if it were submitting in an html form. For example <form action="" method="post" encty...
asked by 19.01.2018 / 18:13
1
answer

Only display members with a status in a select with php pdo

What I'm trying to do is select all members of the members table that have the name Lider in the "member" column display in the select sorted by name. <div class="form-group">...
asked by 19.01.2018 / 10:01
2
answers

Jquery effect does not work because of relatives

I need to open id="SUB_1" when I click on <li id="B1">Botão 1</li> and do the same when I click on <li id="B1">Botão 2</li> open id="SUB_1" that is below the q button has been clicked. And do m...
asked by 19.01.2018 / 18:28
2
answers

Problem sending input value (which is updated in a While) to another page via POST

I have a% re loop of% that creates fields according to the number of client counties. I need to pass the while variable via POST method to be inserted in the Database on another page. In case you have only one municipality, POST wor...
asked by 13.12.2017 / 14:26
1
answer

Feedback to the user

I have a method in php that performs certain task and then I need to give a success / error feedback to the user and return to my index.php. This feedback can occur both before returning as in my own index.php. My current scenario is as follows:...
asked by 11.01.2018 / 14:10
1
answer

Register multiple records using the same form

I have a customer registration form where it is possible to register one client at a time, how do I register two clients for example at one time using this same form? I tried to put one more input, but only the last record. form.php <htm...
asked by 18.01.2018 / 17:47