Questions tagged [get]

GET is one of many request methods supported by the HTTP protocol. The GET request method is used when the client needs to get data from the server as part of the request-URI.

GET is one of many request methods supported by the HTTP protocol. The GET request method is used when the client needs to get data from the server as part of the request-URI.

See also: ,

17143 questions
45
votes
6 answers

PHP - Plus sign with GET query

I have a PHP script that does basic encryption of a string through the method below:
user
  • 16,429
  • 28
  • 80
  • 97
45
votes
11 answers

How do you force a web browser to use POST when getting a url?

How do you force a web browser to use POST when getting a url?
Daniel Kivatinos
  • 24,088
  • 23
  • 61
  • 81
45
votes
9 answers

Passing $_GET parameters to cron job

I am new at cron jobs and am not sure whether this would would work. For security purposes I thought about making a one page script that looks for certain GET values (a username, a password, and a security code) to make sure that only the computer…
Dfranc3373
  • 2,048
  • 4
  • 30
  • 44
44
votes
11 answers

Using the GET parameter of a URL in JavaScript

If I am on a page such as http://somesite.com/somepage.php?param1=asdf In the JavaScript of that page, I would like to set a variable to the value of the parameter in the GET part of the URL. So in JavaScript: