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...
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...
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...
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...
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...
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...
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...
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...
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...
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...