php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "text fields"

Can variables be sent via $_POST using text fields in PHP forms?

Yes, variables can be sent via $_POST using text fields in PHP forms. To achieve this, you need to set the "name" attribute of the text field to the d...

Can PHP alone provide auto-completion functionality in text fields, or is JavaScript necessary?

PHP alone cannot provide auto-completion functionality in text fields as it is a server-side language and cannot interact with the user's browser in r...

How can PHP be used to automatically calculate the sum of values entered in text fields?

To automatically calculate the sum of values entered in text fields using PHP, you can use JavaScript to dynamically update the sum as the user enters...

How can a PHP developer display a certain number of text fields based on a user's selection from a select box?

To display a certain number of text fields based on a user's selection from a select box, you can use JavaScript to dynamically show or hide the desir...

How can PHP variables be linked to HTML text fields for display and input?

To link PHP variables to HTML text fields for display and input, you can use PHP echo statements to output the variable value within the HTML input fi...

Showing 26 to 30 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.