php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "GET method"

Are there alternative methods to odbc_num_rows() for checking the number of rows in a result set in PHP?

When using ODBC in PHP, the function odbc_num_rows() may not be available or may not work as expected to retrieve the number of rows in a result set....

What are the potential pitfalls of passing long variables in URLs in PHP?

Passing long variables in URLs can lead to security risks such as exposing sensitive data, creating longer and less readable URLs, and potential trunc...

How can JavaScript be used to automatically submit a form in PHP?

To automatically submit a form in PHP using JavaScript, you can use the `submit()` method on the form element. This can be triggered by an event such...

What are some alternative methods to running a PHP script at regular intervals without access to Cron on a server?

When you don't have access to Cron on a server, an alternative method to running a PHP script at regular intervals is to use a web-based cron service....

What are some common pitfalls when sorting file names in PHP and how can they be avoided?

One common pitfall when sorting file names in PHP is not using the correct sorting method, which can lead to unexpected results. To avoid this, always...

Showing 9956 to 9960 of 10000 results

‹ 1 2 ... 1989 1990 1991 1992 1993 1994 1995 ... 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.