Questions tagged as 'get'

1
answer

Variables in friendly URLs [duplicate]

How are you? I'm doing the user profile and there are 3 tabs, that is, three areas by which users can browse. For the profile, I rewrote the following in .htaccess: RewriteRule ^profile/([0-9]+)/([a-z0-9-]+)/?$ profile.php?id=$1&name=...
asked by 17.07.2016 / 20:30
1
answer

Pass PHP parameters to JQuery Mobile Panel

Good morning everyone, I'm trying to do a function where a JQM Panel dynamically receives a page in PHP with some parameters. But it does not work, the panel opens in white. Here is the code I'm using: $(".botao").on("mouseup", functio...
asked by 31.12.2015 / 12:52
1
answer

Convert Windows application to Windows Phone - C # (HttpWebResponse and HttpWebRequest)

I have a class in C # for Windows that works normally, but I would like it to work on Windows Phone. The idea is to use the HTTP methods get and post of a web page that has CAPTCHA. I will show the captcha to the user and I w...
asked by 30.06.2014 / 04:49
2
answers

Error with function $ _GET

My question is the following, I have the page criareditarevento.php that updates information from a registration system, however I need to make the update message open inside the page main.php which is the page where it has the...
asked by 14.06.2014 / 01:32
1
answer

Implementation of the NRS Gateway API

I need to implement a nrs gateway api for sending sms, for this it is necessary to make a URL request with the necessary parameters, but I do not know if I use GET or REST to do this, what is it recommendable to use? link     
asked by 22.12.2017 / 17:31
2
answers

jQuery.get executes after all rest of the function

Running this code the sequences of alerts I have is begin, outside, final e inside , how to solve this ?? addLine(){ alert('begin') jQuery.get('database/addClube/'+this.clube); jQuery.get('dat...
asked by 09.08.2017 / 22:49
1
answer

Error getting GET attribute in jsp!

I'm facing the following problem, I'm doing the following redirect: response.sendRedirect("../../index.jsp?NA=1"); Where the url looks like this: http://localhost:9095/Controle_de_Materiais/index.jsp?NA=1 But when I try to get the attr...
asked by 31.12.2016 / 02:12
2
answers

Parameter arriving truncated in Ajax request

I have a Ajax request that gets the data I need from a WebMethod . The problem is that the parameter used for the request is "arriving" truncated in WebMethod the length of the parameter is 44 digits. Parameter sent: 31...
asked by 22.11.2016 / 11:42
1
answer

How important is super global filtering?

I wanted to know more details of what could happen when I stop super-global filtering, especially for data insertion. What loopholes could be opened? I started with php a short time ago and was doing a little system just to learn and I showed th...
asked by 23.11.2016 / 14:23
1
answer

PHP and javascript - Getting javascript value in PHP (session usage)

In the site that I assumed from another developer, made in PHP and Javascript, there is a search for created events (all registered in MySQL database table). In each event that I searched for, I created a button to delete it: <input name="e...
asked by 14.06.2016 / 15:59