Questions tagged as 'get'

0
answers

Problem with Enctype in form

Hello, I have a project being developed in php, everything was done so I hosted the site, when it was hosted I came across a bug that did not happen locally. I have a form file, this page receives a parameter via GET specifying the type of...
asked by 29.11.2016 / 17:06
0
answers

GET parameter with special characters

I have browsed the entire internet behind the solution of my problem and as a last resort, I come to ask you and I hope to find a solution to my problem, as follows: I am making a query via PHP & MySql with the following parameters passed...
asked by 28.11.2016 / 12:46
1
answer

Value between forms Asp.Net C #

Good Afternoon Staff I'm getting the value of a gridview so far so good: gridCadastro.GetRowValues(gridCadastro.GetFocusedRowIndex(), 'id_cliente', OnGetRowValues); Now I need to get this value and pass it to an ASPxButton of a metro.master...
asked by 13.01.2016 / 19:31
0
answers

Read all posts and comments from a facebook user?

Dear friends, I'm in need of a help. I need to make a crawler that read all the posts with mpremissão from friends and their comments using php. I am using docs-php to do a test with my posts. I read the first page and second, but I can no...
asked by 30.11.2015 / 10:50
1
answer

Add Input with Jquery and how to get input data

I have 1 button in JS that creates input. Only I can not get this input data. I can create each input with a different name , but I have no idea how can I get these values from php . I tried to send the var add to loop, but it can not ge...
asked by 18.02.2015 / 15:42
2
answers

Request Method Changing from GET to OPTIONS alone

I have the following code: $(function() { $('#method').change(function() { var method = $(this).val(); if (method == 'GET' || method == 'DELETE') $('#json-group').hide(); else $('#json-group'...
asked by 13.06.2014 / 22:04
3
answers

POST method does not work!

Well, I'm making a simple code ... I just want to get the information typed in the form. But it's not right, GET works ... the Post does not. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <ti...
asked by 09.12.2017 / 04:46
2
answers

How to separate the data from a GET request and insert into the mysql database with php

I have a question form with several questions, after the respond person has a save button that sends the answers and questions to the salva.php    Follow the get (url): salva.php? data_cadastro=2017-07-08 & cli_id = 1 & cli...
asked by 07.08.2017 / 19:08
2
answers

How to insert one image per parameter in the url and display it on the screen

I need the code to check if this parameter with the image exists, if it exists, I have to display it on the screen. How can I do it? Note: The parameter with the image must be passed by the user in the url. That is, with GET.     
asked by 23.03.2015 / 17:51
1
answer

How to pass a value to the next page with PHP

In the code below I try to move to the next page with the value NumeroCartao . However, the variable is empty on the next page. How do I fix this error? INDEX.PHP <label> Numero da Carteira: </label> <span> <? ec...
asked by 30.04.2014 / 01:44