Questions tagged as 'post'

1
answer

Sending a POST and how do I retrieve the data on the ANGLE?

onSubmit() { console.log(this.formulario.value) this.http.post(this.configUrl, (this.formulario.value)).pipe( map(res => res)) .subscribe(dados => console.log(dados)) } This is my post code, I am sending a message to the server and...
asked by 28.10.2018 / 22:45
1
answer

Ajax (POST) Laravel

I am having the famous error 419, which for a certain moment I managed to solve, but after restarting the server, it stopped working. Route: Route::post('ajax/Register', 'Ajax@Register'); Controller: public static function Register() {...
asked by 02.10.2018 / 22:56
1
answer

How to return PHP value without having to reload the page?

At first I found this question Run PHP without updating the whole page , which gave me a notion, but it did not help me solve the problem. It is the following: In the page pag_mensagens.php will be loaded all contacts of the user, clicking...
asked by 21.06.2018 / 00:20
0
answers

I am not receiving data via $ _POST

I'm doing a 'project' with the MVC architecture and I'm having a problem, I already send data via post and get, but I do not know what's happening that I can not receive in a specific form, it might be silly, but already It took me hours and I d...
asked by 03.01.2019 / 00:27
1
answer

Featured Post - Wordpress

So, I want to do something like the example below link Type, the frame that appears in the home page of the site I left, where it has a post with the large image and 2 on the right. I wanted to do just that, leave a featured post and the...
asked by 28.04.2017 / 01:57
1
answer

I can not return to the input the value of a POST in PHP

I have a form with four numeric fields, ncr11 , ncr22 , ncr33 and ncr44 . There is still another field in the form, ncr , which will receive a total value, which is the sum of all four first fields. The sum I did w...
asked by 02.10.2017 / 14:44
1
answer

What is the difference between $ _GET and $ _POST? [duplicate]

Could you explain in detail what they are? And also give examples of how they work?     
asked by 19.06.2017 / 19:00