php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "hide variables"

What are some best practices for using jQuery to show or hide elements based on PHP variables?

When using jQuery to show or hide elements based on PHP variables, it is important to pass the PHP variables to the JavaScript code using inline scrip...

What are some potential methods to hide variables passed through a URL in PHP?

When passing variables through a URL in PHP, it is important to consider security and privacy concerns. To hide these variables, you can use encryptio...

How can mod_rewrite be used to hide variables in the URL in PHP?

To hide variables in the URL using mod_rewrite in PHP, you can rewrite the URLs to appear as if they are static pages while still passing the variable...

What are the drawbacks of using frames to hide variables passed through URLs in PHP?

Using frames to hide variables passed through URLs in PHP can be problematic because frames can easily be manipulated by users, potentially exposing t...

How can you hide variables from being accessed in included files by converting them into functions?

When including files in PHP, all variables declared in the included file are accessible to the parent file. To hide variables from being accessed in i...

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.