php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Field"

In PHP, what is the difference between a combination field and a select field?

In PHP, a combination field allows users to input their own values, while a select field provides predefined options for users to choose from. To impl...

Is NULL allowed in the database field?

NULL is allowed in a database field if the field is defined as nullable. This means that the field can contain NULL values in addition to other data t...

What is the best way to retrieve field properties such as encoding, length, and field type from a MSSQL database using PHP?

To retrieve field properties such as encoding, length, and field type from a MSSQL database using PHP, you can use the sqlsrv_field_metadata function...

How can PHP be used to evaluate whether a dropdown field or a text field is empty or filled in a form?

To determine if a dropdown field or a text field in a form is empty using PHP, you can check if the value of the field is empty or not. For a dropdown...

What is the significance of the error message "Warning: mysql_field_name() [function.mysql-field-name]: Field 2 is invalid for MySQL" in PHP?

The error message "Warning: mysql_field_name() [function.mysql-field-name]: Field 2 is invalid for MySQL" indicates that the specified field index is...

Showing 1 to 5 of 3716 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 743 744 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.