php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "setting"

What potential issue can arise when setting cookies in PHP, especially when there is output before setting the cookie?

When setting cookies in PHP, especially when there is output before setting the cookie, an issue can arise because cookies must be set before any outp...

What is the best practice for setting cookies in PHP to avoid errors related to outputting content before setting cookies?

When setting cookies in PHP, it is important to ensure that no content has been sent to the browser before setting the cookies. To avoid errors relate...

Can the problem be related to the "register_globals" setting?

Yes, the problem could be related to the "register_globals" setting in PHP. This setting determines whether PHP registers global variables from the re...

How can the "Register Globals" setting be adjusted in PHP?

The "Register Globals" setting in PHP allows variables to be automatically registered as global variables, which can lead to security vulnerabilities....

What are common issues related to setting cookies in PHP scripts?

One common issue related to setting cookies in PHP scripts is not setting the expiration time correctly. To solve this issue, make sure to set the exp...

Showing 1 to 5 of 10000 results

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