php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "disabled"

How can PHP be used to handle form submissions with disabled input fields?

When handling form submissions with disabled input fields in PHP, you can still access the values of the disabled fields by using hidden input fields...

Can cookies be completely disabled in PHP?

Yes, cookies can be completely disabled in PHP by setting the session.use_cookies directive to 0 in the php.ini configuration file or by using the ses...

What are some common reasons for session support being disabled in PHP?

Some common reasons for session support being disabled in PHP include misconfigured php.ini settings, disabled session extension, or server restrictio...

How can PHP be used to ensure data validation even if JavaScript is disabled?

When JavaScript is disabled, client-side validation cannot be relied upon to validate user input. To ensure data validation even if JavaScript is disa...

What are best practices for validating input from disabled text fields in PHP forms?

When validating input from disabled text fields in PHP forms, it is important to not solely rely on client-side validation as disabled fields can stil...

Showing 6 to 10 of 691 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 138 139 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.