php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "new page"

How can PHP be used to automatically open a new page within the same website after a certain time delay?

To automatically open a new page within the same website after a certain time delay using PHP, you can use the header() function in combination with t...

What are the drawbacks of using JavaScript to call a PHP page every second to check for new emails?

The drawbacks of using JavaScript to call a PHP page every second to check for new emails include increased server load, potential performance issues,...

How can PHP be used to update data on a page without displaying a new page or message to the user?

To update data on a page without displaying a new page or message to the user, you can use AJAX in combination with PHP. AJAX allows you to make async...

How can you prevent a new password from being generated every time the page is refreshed in PHP?

When a new password is generated every time the page is refreshed in PHP, it is likely because the password generation code is being executed on every...

Is it possible to create a loop in PHP or JavaScript to fetch and display new messages without reloading the entire page?

Yes, it is possible to create a loop in PHP or JavaScript to fetch and display new messages without reloading the entire page. This can be achieved by...

Showing 36 to 40 of 10000 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 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.