What file contains the above codes?
You are configuring PHP4. Refer to the codes below:
any text on a line after an unquoted semicolon (;) is ignored
[php] ; section markers (text within square brackets) are also ignored
; Boolean values can be set to either:
; true, on, yes
; or false, off, no, none
register_globals = off
magic_quotes_gpc = yes
; you can enclose strings in double-quotes
include_path = “.:/usr/local/lib/php”
;
backslashes are treated the same as any other character
include_path = “.;c:\php\lib”
What file contains the above codes?
Which of the following are the valid Apache directives for changing the PHP configuration from within the Apac
You are running PHP 4.0 with Apache. Which of the following are the valid Apache directives for
changing the PHP configuration from within the Apache configuration file (Choose all that apply)?
Which of the following correctly describe this directive (Choose two)?
You are configuring PHP4. You want to use the engine directive. Which of the following correctly
describe this directive (Choose two)?
Which of the following sets of tags can be used to denote blocks of PHP code and are always available (Choose
Which of the following sets of tags can be used to denote blocks of PHP code and are always
available (Choose two)?
What directive of PHP4 allows the use of ASP style tags in your PHP codes?
What directive of PHP4 allows the use of ASP style tags in your PHP codes?
In PHP, statements are effectively terminated with (Choose two):
In PHP, statements are effectively terminated with (Choose two):
which of the following comment styles? (Choose three)?
PHP supports which of the following comment styles? (Choose three)?
how many scalar primitive types?
PHP supports how many scalar primitive types?
how many compound primitive types?
PHP supports how many compound primitive types?
In PHP, the type of a variable is usually set:
In PHP, the type of a variable is usually set: