All Questions

3
answers

Send JSON by POST with php to a webservice

Situation: I have a script with php in which I am receiving some data, with that data I create a JSON and that JSON I need to send it by POST with php5 (pure, no framework) to a web service in an online site. I found that it can be done...
asked on 27.09.2016 / 19:41
4
answers

Understanding the for cycle

When we create a for cycle in any language, sometimes we do not understand the lines and variables that we develop and why we created them. Example: When we create a start variable (example i ) on we understand that it is...
asked on 12.02.2018 / 23:16
2
answers

Is there any way for the user to write text in JavaScript without pop-ups?

I'm starting in JavaScript, I know you can ask the user to insert any text with the code: prompt("Inserta lo que quieras"); The problem with this is that a pop-up window opens and I was wondering if there was any way to do the same, but tha...
asked on 15.01.2016 / 14:49
1
answer

Modify network route table

As long as I am connected to my VPN, I only need to go through the VPN to a range of fixed IPs ( 192.168.0.x ) and access the rest of the IPs outside the VPN. I have a static IP assigned ( 190.12.113.236 ) This is the current r...
asked on 11.12.2015 / 15:16
4
answers

Doubt with java about content Array

Hello very good I'm doing a Java programming practice and I just need to finish controlling one thing but I do not take it out. I have an array with 5 elements which I create and fill them with. Well, the elements of the array contain the quo...
asked on 27.10.2016 / 14:02
5
answers

Transform a given date in yyyy-mm-dd format to string in javaScript?

I capture a date in yyy-mm-dd (2016-06-30) format and I want to give it a more friendly format for the user, I look for the following: 2016-06-30 = 6 de Junio del 2016 2016-06-30 = Junio (Mostrar el mes dada la fecha) 2016-06-30 = Juev...
asked on 15.09.2016 / 17:49
3
answers

Read by CSharp console

I am starting in the world of programming and I have just solved the following exercise. Ingresar un número y mostrar la suma de los números que lo anteceden. Al ingresar el 5 me da como resultado el 10 . As I do so that by entering the c...
asked on 05.08.2018 / 21:41
3
answers

How much space can occupy an integer or data

Hello I understand an integer occupies: 4 bytes. But my question is if the integer is very large how much it can occupy or 4 bytes is for each whole number. That was my doubt. And it is not only for that reason but also to understand if another...
asked on 15.12.2016 / 15:41
1
answer

Form POST PHP. Notice: Undefined index:

I have a problem when it comes to getting the values of a form using the POST method to a PHP. The form is in a modal window created with BootStrap: <form action='../php/editCardPatient.php' method='POST' role="form" data-toggle="validat...
asked on 15.02.2016 / 21:26
2
answers

Add divs around another div

I have the following: * { font-family: Arial, Helvetica, sans-serif; } .x-y-center { display: flex !important; justify-content: center !important; align-items: center !important; text-align: center !important; } .g...
asked on 07.04.2017 / 18:33