Questions tagged as 'post'

1
answer

Select dynamics in php and js by the POST method

The following code corresponds to the query and information obtained from the MySQL DB: <?php $conexion = new PDO("mysql:host=localhost;dbname=scouts_601_palmira","root",""); $Id = $_POST['Id']; echo '<script type="text/javascript">...
asked by 08.10.2018 / 18:44
1
answer

Get value of a Json in node.js [closed]

I find myself stuck and I hope you can help me. I have an API where I make my requests (Post, Get, Delete, etc.) In this function I do a post sending a json, the answer is another json, as seen below. With that all goes well, h...
asked by 01.10.2018 / 21:18
1
answer

'Register' button does not direct me to PHP file

I have been working on a form with HTML; I made the validations with Javascript, but when I clicked the 'Register' button, I was not directed to the PHP file. I hope you can help me, thank you in advance! 1.This is my HTML code. <body...
asked by 29.09.2018 / 07:07
2
answers

Doubt with passing php value to javascript

On the page that I show below I am calling a php to pass the value of a field to me. When I do onclick in a row of my table the process works correctly, it brings me the comment field. In an HTML segment I also have a button, which I need to...
asked by 13.08.2018 / 21:59
1
answer

Get data through POST to PHP from a MYSQL SQL query

** Hello good day, I wanted to know how I can get a value of a query by means of post to send it to a php. What happens is that in the example code that I followed ( Link ) only sends 3 data of different combobox and I occupy a 4th...
asked by 26.07.2018 / 04:32
1
answer

API with ASP.NET, running a POST sends blanks

Hi, I'm pretty new to this .net and had to create an API to make a simple record, create it using the sig. video link The API works I can do the GET, POST, PUT but note that when I do a POST the data is saved with a lot of blank spaces, exa...
asked by 28.09.2018 / 01:16
1
answer

Send POST in php

I have a php file (crtEnfr.php) to which I sent a POST from another file (enfForm.php) to print a result in a table ... But I would like to send the same value of the POST that is in crtEnfr.php to another file (print_view.php) I know it h...
asked by 21.06.2018 / 10:49
1
answer

Error receiving server data

I'm starting a project to connect to a socket server and I can not get it to work. I put the code and explain. <script type="text/javascript"> var direccion = 'http://xxx.xxx.xxx.xxx/api/miurl'; new Vue({ el: '#main',...
asked by 25.04.2018 / 14:45
1
answer

php post method

I have a form in a php attempt with the date field <form action="../control/registrar_factura.php" method="POST"> <h3>Ingrese los datos</h3> <!-------Tabla DATOS----------------------------------->...
asked by 20.02.2018 / 13:59
1
answer

Problem with POST ajax method with jqery and php

How about, I'm starting with ajax and even though I've searched, I can not find the error, I want to post a picture but it does not work, could you help me? I leave the code, thank you already. I think the error is in the ajax part, but it do...
asked by 13.10.2017 / 18:14