php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "result validation"

What are the advantages and disadvantages of using PHP for form validation compared to client-side validation?

When using PHP for form validation, the advantage is that it ensures data validation on the server-side, making it more secure and reliable. However,...

How can PHP scripts be designed to call themselves for form validation and submission, redirecting only if validation is successful?

To design PHP scripts that call themselves for form validation and submission, you can check if the form has been submitted using $_SERVER['REQUEST_ME...

How can you properly handle MySQL result resources in PHP?

When working with MySQL result resources in PHP, it is important to properly handle and free up these resources to avoid memory leaks and improve perf...

How can the result set be checked for emptiness before processing in PHP's MySQLi?

To check if a result set is empty before processing in PHP's MySQLi, you can use the `num_rows` property of the result object. If `num_rows` is equal...

How can the calculated result be displayed using $_POST in PHP?

To display the calculated result using $_POST in PHP, you first need to capture the input values from a form using $_POST, perform the calculation, an...

Showing 61 to 65 of 10000 results

‹ 1 2 ... 10 11 12 13 14 15 16 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.