php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "protecting PHP pages"

What are some common methods for password protecting a PHP script and its contents?

One common method for password protecting a PHP script and its contents is to use basic authentication with a .htpasswd file. This involves creating a...

What are some best practices for protecting files on a local FTP server using PHP?

One best practice for protecting files on a local FTP server using PHP is to restrict access to the files by checking permissions before allowing any...

What are some best practices for protecting PHP code by using a different file extension?

When it comes to protecting PHP code, one best practice is to use a different file extension other than the standard ".php" extension. This can help p...

How effective is obfuscation in protecting PHP scripts from manipulation by external sources?

Obfuscation can be somewhat effective in protecting PHP scripts from manipulation by external sources by making the code harder to understand and modi...

How does PDO compare to mysql_escape_string for protecting against SQL injection attacks?

PDO is a more secure method for protecting against SQL injection attacks compared to mysql_escape_string. PDO uses prepared statements and parameteriz...

Showing 21 to 25 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.