php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "framed pages"

Why are variables for authentication set on HTTP pages but not on HTTPS pages in PHP?

Variables for authentication should not be set on HTTP pages because HTTP is not secure and data sent over it can be intercepted by malicious actors....

How can a PHP object instance be used across multiple pages?

To use a PHP object instance across multiple pages, you can utilize sessions to store the object and retrieve it when needed on different pages. By st...

How can PHP scripts efficiently manage multiple pages of dynamic content without creating separate pages for each question?

To efficiently manage multiple pages of dynamic content without creating separate pages for each question, PHP scripts can utilize URL parameters to d...

How can PHP pages access variables from another PHP page?

To access variables from another PHP page, you can use sessions or cookies to pass the data between pages. Sessions store data on the server and can b...

How can PHP read and interact with ASPX pages?

PHP cannot directly read or interact with ASPX pages because ASPX pages are processed by the ASP.NET framework, while PHP is processed by a different...

Showing 26 to 30 of 5485 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1096 1097 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.