One, CGI mode installation security
Second, the Apache module to install security
When PHP is installed as an Apache module, it inherits the privileges of the Apache user (usually "nobody"). This has some impact on security and authentication. For
Intended audience
Introduction
Register_globals
How does the variables get to PHP?
From the URL
From a Form
From a Cookie
From the environment or the Server
Use the superglobals!
Why are they called superglobals?
Other coding techniques
Ways
One, register_globals = Off and register_globals = on differenceRegister_globals is a configuration in the php.ini that affects how PHP receives the parameters that are passed over.The value of the register_globals can be set to: On or off, and
The php. ini core configuration option indicates that the list only contains the core php. ini configuration options. The extension configuration options are described on the document pages of each extension. The session options can be found on the
The php. ini core configuration option indicates that the list only contains the core php. ini configuration options. The extension configuration options are described on the document pages of each extension. The session options can be found on the
PHP's Super Puzzle: Hackers brought about by SuperGlobal. Imperva is a pioneer and leader in new commercial security solutions and is committed to providing security solutions for key applications and high-value commercial data in the data center,
Imperva, a pioneer and leader in new business security solutions, is committed to providing security solutions for key applications and high-value business data in the data center, taking the lead in introducing a new layer of protection
Pre-Installation Preparation:
1.apache2.2.2
2.php5.2.17
3.sqlserver2008
4.sqlncli.msi (SQL Server client, can go to the Microsoft Official website to download)
5. Ntwdblib.dll (2000.80.194.0)
6.sqlsrv20.exe, Microsoftdriver 2.0 for PHP
#一, PHP variable definition: Variables are used to store values, such as numbers, text strings or arrays, V: string/integer/double/array/object
Naming rules:
1. The variable name of PHP is case-sensitive. 2. The variable name must begin with $3,
win2003+apache+php+sqlserver2008 Configuration
Pre-Installation Preparation:1.apache2.2.22.php5.2.173.sqlserver20084.sqlncli.msi (SQL Server client, can go
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.