php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "proximity searches"

What are the potential pitfalls of using PHP with MySQL for database searches?

One potential pitfall of using PHP with MySQL for database searches is the risk of SQL injection attacks if user input is not properly sanitized. To p...

How can caching affect the results of string searches using functions like strpos in PHP, especially when fetching content from external sources?

Caching can affect the results of string searches using functions like strpos in PHP, especially when fetching content from external sources, as the c...

How can PHP developers dynamically determine table names for database searches?

To dynamically determine table names for database searches in PHP, developers can use variables to store the table names and concatenate them into the...

Are there potential security risks associated with using wildcards in PHP database searches?

Using wildcards in PHP database searches can potentially introduce security risks such as SQL injection attacks if user input is not properly sanitize...

What are the best practices for implementing radius-based searches in MySQL and how does it compare to using GIS functions or formulas?

When implementing radius-based searches in MySQL, it is best to use the Haversine formula to calculate distances between latitude and longitude coordi...

Showing 36 to 40 of 386 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 77 78 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.