php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "external"

How does the use of Server Side Includes (SSI) compare to using PHP include() function for creating menus on web pages?

Server Side Includes (SSI) are directives that are placed in HTML files and processed by the web server to include external files into the HTML docume...

What is the difference between including a file and calling a URL in PHP, and why is it important to distinguish between the two?

When including a file in PHP, the file is directly included in the script and executed within the same context. On the other hand, calling a URL in PH...

What are the potential pitfalls of including variables in PHP files using the include function?

Potential pitfalls of including variables in PHP files using the include function include variable scope issues and potential security vulnerabilities...

How can one determine which text parts should be encoded with htmlentities() and which should not in PHP?

When determining which text parts should be encoded with htmlentities() in PHP, it is important to consider the context in which the text will be used...

How can one effectively search for and retrieve past forum threads on a specific topic in PHP forums?

To effectively search for and retrieve past forum threads on a specific topic in PHP forums, you can utilize the forum's search functionality by enter...

Showing 4906 to 4910 of 4951 results

‹ 1 2 ... 979 980 981 982 983 984 985 ... 990 991 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.