php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "automatic page updates"

How can PHP be used to display a link title while sending the URL in the background?

To display a link title while sending the URL in the background using PHP, you can use AJAX to make an asynchronous request to the server to fetch the...

What are the best practices for filling form fields with values from a database in PHP using JavaScript?

When filling form fields with values from a database in PHP using JavaScript, the best practice is to use AJAX to asynchronously retrieve the data fro...

What are some alternative approaches to handling form submissions in PHP applications that involve frames and popups?

When dealing with form submissions in PHP applications that involve frames and popups, one alternative approach is to use AJAX to handle the form subm...

Are there any specific PHP functions or methods that can help maintain form content when using the back button?

When a user submits a form and then navigates back using the browser's back button, the form content is usually lost. To maintain the form content, yo...

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...

Showing 9991 to 9995 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 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.