php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Ajax request"

How can AJAX be used to send an HTTP request without changing the page in PHP?

To send an HTTP request without changing the page using AJAX in PHP, you can create an AJAX function that sends a request to a PHP file on the server....

What steps can be taken to troubleshoot issues with passing multiple variables in an AJAX request in PHP?

When passing multiple variables in an AJAX request in PHP, ensure that the data is properly formatted as key-value pairs in the AJAX request. Use the...

How can JavaScript be used to trigger an AJAX request to execute a PHP script for database manipulation?

To trigger an AJAX request to execute a PHP script for database manipulation, you can use JavaScript to make the AJAX call to the PHP script. The PHP...

How can the enctype be properly handled in an Ajax request for file uploads in PHP?

When handling file uploads in PHP using Ajax, the enctype must be set to "multipart/form-data" in the request to properly handle file uploads. This al...

Is using onSubmit and Form-Request or onChange and Ajax-Request more efficient for updating content based on dropdown selection in PHP?

When updating content based on a dropdown selection in PHP, using onChange and Ajax-Request is more efficient than onSubmit and Form-Request. This is...

Showing 1 to 5 of 7623 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1524 1525 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.