Questions tagged as 'else'

2
answers

Question about if else statements

Simple question of a newbie, I do not understand why the numerical 0 gives me a pair in this case, I want it to be 0 , '' , isNaN me% 'Por favor, introduce un valor numérico válido' : let numeroUsuario, modulo;...
asked by 13.12.2017 / 16:48
1
answer

Replace characters of a string in python using Lists

Good! I try to make my script go through a string and replace each character with another string using lists to be able to change each of the characters in a simpler way, but when going through my list it does not replace them beca...
asked by 27.11.2017 / 02:22
4
answers

I jump directly to the Else

I have to enter two numbers and you have to tell me if they are even or odd. It is half done but I try it and I directly jump the alert of the else, regardless of whether the numbers are even or not. <script type="text/javascript">...
asked by 02.02.2018 / 14:49
1
answer

Else if statement, why it does not work (Number (! numberUser)

Simple question, because in this section = > Number (! username) DO NOT invalidate 0 and tell me: 'Please enter a valid numeric value' I know that if I pass the 0 to the prompt it returns a string but for that I have done Number (!...
asked by 13.12.2017 / 22:03
2
answers

Doubt about else within a foreach

Gentlemen, cordial greetings. Searching, I found on the network a php script that allows me to search for files in a directory, I made an adjustment so that I search only pdf files and show me a link to download it, this works well, but I wou...
asked by 12.11.2018 / 17:29
2
answers

Doubt with an IF ELSE

I'm making a cart for the web, and there's one thing I have to compare when I add a product to the cart. If the product that I add to the cart is for rent = id1 I will show a div and if the product that I add is any other one that has another id...
asked by 10.10.2018 / 10:30
3
answers

Registration form, check dni and if user exits PHP + AJAX

have if someone can guide me. I'm making a registration form, in which they have the typical fields; but the ones that I need to do verifications before inserting the registry is of Username (email) and the nif. I have a form that when we giv...
asked by 06.09.2018 / 10:44
0
answers

Add a number of days or another if a condition is met or not

I try to add a number of days or another depending on whether the field Date_Pending is established. If it is, 30 days are added to that date. If it is not, add 15 days to the Opening_date. I can not get it to work, I think the problem is...
asked by 26.02.2018 / 22:00