Tripod5G > magic_quotes_gpcboolean
3pod PHP Learning

magic_quotes_gpcboolean
Sets the magic_quotes state for GPC (Get/Post/Cookie) operations. When magic_quotes are on, all
’ (single-quote), " (double quote), \ (backslash) and NUL’s are escaped with a backslash
automatically. If magic_quotes_sybase is also on, a single-quote is escaped with a single-quote
instead of a backslash.
magic_quotes_runtimeboolean
If magic_quotes_runtimeis enabled, most functions that return data from any sort of
external source including databases and text files will have quotes escaped with a backslash. If
magic_quotes_sybaseis also on, a single-quote is escaped with a single-quote instead of a
backslash.
magic_quotes_sybaseboolean
If magic_quotes_sybaseis also on, a single-quote is escaped with a single-quote instead of a
backslash if magic_quotes_gpcor magic_quotes_runtimeis enabled.
max_execution_timeinteger
This sets the maximum time in seconds a script is allowed to take before it is terminated by the
parser. This helps prevent poorly written scripts from tieing up the server.
memory_limitinteger
This sets the maximum amount of memory in bytes that a script is allowed to allocate. This helps
prevent poorly written scripts for eating up all available memory on a server.
nsapi_extstring
short_open_tagboolean
Tells whether the short form (<? ?>of PHP’s open tag should be allowed. If you want to use
PHP in combination with XML, you have to disable this option. If disabled, you must use the long
form of the open tag (<?php ?>).
sql.safe_modeboolean
65

Next >>
bluedot bluedots greydots pinkdots

Tripod >> 3pod Tips & Learning and manuals for educations