php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "without JavaScript"

What are the potential pitfalls of using Java applets for page refreshing in PHP?

Using Java applets for page refreshing in PHP can introduce security vulnerabilities and compatibility issues. Instead, you can use JavaScript to achi...

What are some common challenges when working with frames in PHP?

One common challenge when working with frames in PHP is ensuring proper communication between the parent and child frames. To solve this, you can use...

In what scenarios would using PHP for link modification be more beneficial than using JavaScript?

PHP would be more beneficial for link modification when the links need to be dynamically generated or modified on the server-side before being sent to...

Are there any alternative methods, besides JavaScript, to retrieve the parent frame URL using PHP?

To retrieve the parent frame URL using PHP, you can utilize the $_SERVER['HTTP_REFERER'] variable. This variable contains the URL of the previous page...

Is it possible to hide link references using PHP, or is it limited to JavaScript?

It is possible to hide link references using PHP by dynamically generating the links on the server-side and then serving them to the client. This way,...

Showing 9996 to 10000 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.