Questions tagged as 'post'

1
answer

Login to site with POST request in python?

I would like to log in to this site link where your form: <form name="frmLogin" method="post" action="validalogin.asp" > <span>Login:</span> <span> <input title="I...
asked by 19.06.2017 / 21:31
2
answers

Redirect url HTTP post to HTTPS in nginx

I have an application that returns POSTS from the payment system, but we currently force SSL to our site, I made the HTTP redirection to HTTPS, but I get a 404 error when the POSTBACK system sends the POST to the URL http://// ...., when my serv...
asked by 14.10.2016 / 01:26
1
answer

how to get a value and post it in a modal?

My html looks like this: <a href="#modal" data-toggle="modal" data-id="login">logar</a> I need a php or javascript that makes a post or an onclick that sends the value "data-id = 'login'" to a get inside the modal ..... in the m...
asked by 26.04.2016 / 20:12
1
answer

POST via Ajax with Django

Based on link I'm trying to do a POST via Ajax using Django. Dai I created a project in GitHub link #urls.py url(r'^customer/add$', 'core.views.customer_add', name='customer_add'), url(r'^customer/save$', 'core.views.customer_sa...
asked by 22.11.2015 / 02:43
2
answers

PHP / MySQL Add Category to Subject

Good people have never had much interest in the back-end area, but for greater reasons I'm having to learn. So far the basics I can already do, which are insert, delete, update, view the data using php / mysql. Now I came across a problem...
asked by 29.04.2015 / 14:25
1
answer

Print form with: 1.photo uploaded in post 2. id auto increment generated in form insert. In PHP has it?

At the moment of registering the form, the user will put the photo, so that's fine. My problem is that I need to print this form already with the photo and the id auto increment of the bank. The idea was to register the data 60 fields...
asked by 10.08.2015 / 03:46
1
answer

After moving a post to the trash, metabox values disappear when I restore the post

I have a wordpress theme, where in the posts I have some metabox custom. By moving the post to the recycle bin and retrieving it again, it does not return with the metabox values filled in What can it be?     
asked by 30.06.2014 / 19:43
2
answers

Error trying to retrieve value from $ _GET on submit

My system does a destination search before opening the registration form, in this search I get the DestinationID parameter and I enter the input. TheproblemisthatwhenIclicksaveitcannotsubmitthevalueoftheinputDestinationID.Thisisthelinethatre...
asked by 31.05.2017 / 02:06
3
answers

How to send a HREF with POST method or disguise?

I would like from my href, it went to the "spincoin.php" page with the post method, sending the variable "1", how can I do that? Code: <div> <a href="spincoin.php"> <h2>Product</h2> <p>Cost:...
asked by 13.05.2017 / 01:00
2
answers

Search only form fields with a value other than 0 and put in PHP variable

I have a budget form with 70 products in which the user chooses the quantity of products he wants from each one. All are named with id p1, p2 ... p70 and are type inputs. <form method="post"> <input type="number" value="0" name="p1...
asked by 28.08.2017 / 20:50