Posts by Leonardo Ribeiro • 161 points
15 posts
-
0
votes3
answers108
viewsQ: Javascript input check
I am making a form with sending 2 types of photo, and I would like to know how to do a javascript check to see if the person sent any of the 2 options, and if you have not sent any of the 2 does not…
-
0
votes1
answer229
viewsQ: Presence list php and Pdo
What I’m trying to do is that all people connected to the logged-in user in session appear with a checkbox so that I can put whether he was present or not and is not appearing there for me to put…
-
-1
votes3
answers227
viewsA: randomly generate for a period of time in php
Use the javascript method "setTimeOut()". You create a javascript function and pass it as a parameter of this method, as well as the number of seconds that this function should be executed, and…
-
0
votes1
answer84
viewsQ: View day selection with php and Pdo
On this page I’m making birthday of the month, and I was able to display all the birthdays that have in the current month, but I’m not able to display the day and I also selected in the database...…
-
0
votes1
answer115
viewsQ: Register selected checkbox values with php and Pdo
I’m not being able to include the selected courses also would like to know how to register them separated by a "-" <div class="form-group"> <label for="checkbox" class="col-sm-3…
-
0
votes1
answer75
viewsQ: Display only members with a status in a <select> with php Pdo
What I’m trying to do is select all members of the member table that have the Lider name in the "member" column display in select sorted by name. <div class="form-group"> <label…
-
1
votes0
answers27
viewsQ: Validation of repeated numbers?
what is happening is that people are putting 000000000 in each field and is passing, only this blocking if it is blank, someone is helping to block the sequential numbers from 0 to 9 ex: 0000 phone…
javascriptasked Leonardo Ribeiro 161 -
0
votes1
answer56
viewsQ: Help with javascript field validation?
Friends what is happening is that it is passing spaces and repeated numbers, I do not know what to do :P <form name="form" id="form" action="passo_01.php" method="post" onSubmit="return…
-
4
votes1
answer2187
viewsQ: consultation of mobile operators
I started a query to know which mobile operator is pulling from a site. But I can only do it once. I would like help so that I could paste a list and it was sending requests and printing the…
-
0
votes1
answer43
viewsQ: I would like to know how I can sub-select domains for my newsletter?
Please, I wanted to know what the code of this simple system would be like I would like to put a list of emails with several servers ex: @gmail.com @aol.com @outlook.com And on top I would put…
-
0
votes2
answers2420
viewsA: Bootstrap menu does not work Responsive
<nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed"…
-
-2
votes1
answer66
viewsQ: How to redirect in the address bar with php ex: /open/? page=?
example: community/? subtopic=characters Dashboard/? page=ng How do I set my php page to look like this? What is the name of this function ? where there’s a tutorial for this too?…
phpasked Leonardo Ribeiro 161 -
4
votes2
answers1714
viewsQ: How to create a number generator from a Home number and a Final number?
I don’t know if it does in php or javascript, I’ve read tutorials but I couldn’t get anywhere... I would like to create a system so that I put an initial number and an end and in this range would…
-
0
votes2
answers271
viewsQ: Form for mobile phones
I would like to know how I do a form validation so that do not leave the fields blank on mobile, I have done several modes, pc works but mobile did not work in any way, as I would do it? <script…
javascriptasked Leonardo Ribeiro 161 -
3
votes1
answer208
viewsQ: Help with step email form
Guys sorry to bother you, I’m creating a 3-step email form with 3 pages and each one is typed data in the input, I’ve already read Section tutorial and I’m not able to print at the end the data of…