php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "request URI"

How does the method attribute in a <form> tag affect the usage of $_REQUEST, $_POST, and $_GET in PHP?

When submitting a form in HTML, the method attribute in the <form> tag determines how the form data is sent to the server. If the method is set to "po...

What are some best practices for implementing a search feature with live results using JS/AJAX?

Implementing a search feature with live results using JS/AJAX involves sending an asynchronous request to the server as the user types in the search i...

Are there alternative methods, besides PHP, for implementing secure login forms on websites?

One alternative method for implementing secure login forms on websites is using a server-side language like Python or Ruby. These languages also have...

In what ways can the generation of an HTML document be optimized by having the Servlet directly handle the calculation and dynamic page generation instead of involving a PHP page?

By having the Servlet directly handle the calculation and dynamic page generation instead of involving a PHP page, the generation of an HTML document...

How can one visually access statistics from a server that does not support PHP?

One way to visually access statistics from a server that does not support PHP is to use JavaScript to fetch the data from the server and then display...

Showing 4926 to 4930 of 4946 results

‹ 1 2 ... 981 982 983 984 985 986 987 988 989 990 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.