Questions tagged as 'post'

1
answer

Get text entry tkinter

I want the text that I enter in the window entry, after clicking on start, I will return it in this variable: d = (Inventory_data.get ("Inventory_data")). get ("texto introducido") Code: ventana = Tk() ventana.geometry("500x300+100+100")...
asked by 09.10.2017 / 06:58
1
answer

record nil after post

I want to edit a record with an action in the controller but when the record is passed, nil arrives and of course I can not edit it. Attached the driver, the model and the view. You can see the code on GitHub (it's a very basic code...
asked by 23.06.2017 / 20:21
1
answer

Upload an image in PHP framework CodeIgniter

I can not upload the image and I do not receive the name to save it in the Database , I got the following error:    "You did not select a file to upload" Controller: $config['upload_path'] = base_url()."assets/img/uploads/";...
asked by 15.05.2017 / 17:32
3
answers

Build json with several arrays

I have an api that receives this json: { "instructions":[ { "A":9, "B":1, "move":"moveover" }, { "A":8, "B":1, "move":"moveover" }...
asked by 16.02.2017 / 23:25
1
answer

Error saving an input text

By saving an input-text in a Mysql database, it will not let me. When I tap on submit I get the following error    TypeError: Can not read property 'inputemail' of undefined       at routes.post (C: \ Users \ Piter \ Desktop \ Goven \ server...
asked by 24.12.2018 / 21:28
0
answers

how to filter data with json and php

I need someone to help me, I have a structure that receives data from a mysql database, I would like to show the data in the app but filtering the data that matches a variable I defined when loading the app, I have the following structure : fu...
asked by 20.12.2018 / 14:36
0
answers

Error making cURL in PowerShell

I run this command on the windows 10 power shell and it gives me an error.    curl --data '{"method": "web3_sha3", "params": ["0xe80966bc0e85e3e00bf7a2b6526aea7e8ecf4e0b"], "id": 1, "jsonrpc": "2.0"}' -H "Content-Type: application / json "-X...
asked by 29.11.2018 / 12:26
2
answers

Help to create code in c ++

Can you help me to make this code in c ++ please?: Create a two-dimensional array or array that stores consecutive multiples of 7 (7, 14, 21, 28, ...). The number of rows and columns will be entered by keyboard. The sum of the numbers located...
asked by 13.07.2017 / 03:01
0
answers

Send HTTP POST REQUEST in JSON format to the firebase API

I am developing a APP of sending PUSH , from a APP I could send a HTTP POST to API of firebase , this means that when this message arrives at the API it is entrusted to send a PUSH to all the nodes...
asked by 23.11.2018 / 16:49
1
answer

Passing of values by post of an input via javascript to php does not work when changing hosting

The input of the form is: <form name="afegir" action="funcion_quimics.php" method="post" onSubmit="return valida_afegir(this)" enctype="multipart/form-data" accept-charset=utf-8 > <br><br>...
asked by 08.11.2018 / 13:02