php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "new keyword"

How can you modify a PHP query to prevent it from retrieving entries that contain similar but not exact matches to a specified keyword?

When querying a database in PHP, you can modify the query to prevent retrieving entries that contain similar but not exact matches to a specified keyw...

What are the potential consequences of not including the "FROM" keyword in a MySQL delete query in PHP?

If the "FROM" keyword is not included in a MySQL delete query in PHP, the query will not target any specific table to delete data from, resulting in a...

What are the potential pitfalls of using the "binary" keyword in a MySQL query within PHP?

Using the "binary" keyword in a MySQL query within PHP can lead to potential pitfalls if not handled correctly. One common issue is that it may cause...

In PHP, how can the AS keyword be used to alias column names in a SQL query result set for easier access in the PHP script?

When fetching data from a SQL query in PHP, using the AS keyword allows you to alias column names in the result set. This can make accessing the data...

How can the "parse error: syntax error, unexpected 'new' (T_NEW)" error in PHP be resolved, particularly when dealing with object instantiation?

To resolve the "parse error: syntax error, unexpected 'new' (T_NEW)" error in PHP when dealing with object instantiation, make sure you are instantiat...

Showing 46 to 50 of 8564 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 1712 1713 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.